Reviewers: Michael Achenbach,

Description:
Revert "Fix gn build".

This was reverted due to GN build failures while rolling V8 into
Chromium. Locally reproducing it verified that this makes the GN
build pass again.

[email protected]

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

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

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


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 150382586d5127f354a4f17e128b9d61ce56a4a5..570a1a7ea4e2178bc67ab8b9d5777fa7a4f6ee36 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -14,7 +14,7 @@ v8_enable_verify_heap = false
 v8_interpreted_regexp = false
 v8_object_print = false
 v8_postmortem_support = false
-v8_use_default_platform = false
+v8_use_default_platform = true
 v8_use_snapshot = true
 v8_enable_extra_checks = is_debug
 v8_target_arch = cpu_arch
@@ -338,7 +338,6 @@ source_set("v8_snapshot") {
     "$target_gen_dir/experimental-libraries.cc",
     "$target_gen_dir/trig-table.cc",
     "$target_gen_dir/snapshot.cc",
-    "src/snapshot-common.cc",
   ]

   configs -= [ "//build/config/compiler:chromium_code" ]


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