Revision: 22455
Author:   [email protected]
Date:     Thu Jul 17 17:39:54 2014 UTC
Log:      Fix v8 Windows GN build.

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

[email protected]

Review URL: https://codereview.chromium.org/402693002

Patch from Brett Wilson <[email protected]>.
http://code.google.com/p/v8/source/detail?r=22455

Modified:
 /branches/bleeding_edge/BUILD.gn

=======================================
--- /branches/bleeding_edge/BUILD.gn    Wed Jul 16 14:59:49 2014 UTC
+++ /branches/bleeding_edge/BUILD.gn    Thu Jul 17 17:39:54 2014 UTC
@@ -1059,9 +1059,9 @@
     # 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