Reviewers: rossberg,

Message:
This mirrors this change to v8.gyp:
https://codereview.chromium.org/455743002/diff/1/tools/gyp/v8.gyp

symbol.js is required for array.js, hence the move.

Description:
Fix GN build.

[email protected]

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

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


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e75a9897a09f15352b8ef9b7d7d299c84fa430bb..e75fa64658ce7fc9ec39f57e51a729627ac2b6e8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -178,9 +178,9 @@ action("js2c") {
   sources = [
     "src/runtime.js",
     "src/v8natives.js",
+    "src/symbol.js",
     "src/array.js",
     "src/string.js",
-    "src/symbol.js",
     "src/uri.js",
     "third_party/fdlibm/fdlibm.js",
     "src/math.js",


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