Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: BUILD.gn

Issue 402693002: Fix v8 Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698