Reviewers: jochen,

Description:
Fix v8 Windows GN build.

The paths for some of the Windows-specific files was incorrect.

Please review this at https://codereview.chromium.org/402693002/

SVN Base: https://chromium.googlesource.com/external/v8.git@master

Affected files (+3, -3 lines):
  M BUILD.gn


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 18e2e1e0050c308eb36c329b6f8d83cb72aadb86..24b1115ed5939cceac4660ac294fc8e99cde5246 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1059,9 +1059,9 @@ source_set("v8_libbase") {
     # TODO(jochen): Add support for cygwin.
     sources += [
       "src/base/platform/platform-win32.cc",
-      "src/base/platform/win32-headers.h",
-      "src/base/platform/win32-math.cc",
-      "src/base/platform/win32-math.h",
+      "src/base/win32-headers.h",
+      "src/base/win32-math.cc",
+      "src/base/win32-math.h",
     ]

     defines += [ "_CRT_RAND_S" ]  # for rand_s()


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to