From 2709e3056210b94934f28d3bc9bcf41281cfaca0 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Tue, 10 Jun 2014 15:34:49 +0000 Subject: [PATCH] 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. R=jkummerow@chromium.org, machenbach@chromium.org Review URL: https://codereview.chromium.org/324013006 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21749 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1503825..570a1a7 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" ] -- 2.7.4