Reviewers: Jakob, jochen (slow), tandrii(chromium),

Message:
PTAL

Description:
Use auto-generated v8 version when building.

BUG=chromium:446166
LOG=n

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

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

Affected files (+2, -2 lines):
  M BUILD.gn
  M tools/gyp/v8.gyp


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f929a913cd786f20a002e76359907598423ede2e..9afc5182d15768e1767d3af42196f709ea18b44e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -980,7 +980,7 @@ source_set("v8_base") {
     "src/v8threads.h",
     "src/variables.cc",
     "src/variables.h",
-    "src/version.cc",
+    "src/version_gen.cc",
     "src/version.h",
     "src/vm-state-inl.h",
     "src/vm-state.h",
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 9443911f120df10712824e7b70ef83e58396d2c6..8515a44962f4742d7501810f02de3ff9aaf73fab 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -889,7 +889,7 @@
         '../../src/variables.cc',
         '../../src/variables.h',
         '../../src/vector.h',
-        '../../src/version.cc',
+        '../../src/version_gen.cc',
         '../../src/version.h',
         '../../src/vm-state-inl.h',
         '../../src/vm-state.h',


--
--
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