Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 6c6210c2c4a8845f90c7f6850c64633fa1d851ca..150382586d5127f354a4f17e128b9d61ce56a4a5 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -16,7 +16,6 @@ v8_object_print = false |
v8_postmortem_support = false |
v8_use_default_platform = false |
v8_use_snapshot = true |
-v8_use_external_startup_data = false |
v8_enable_extra_checks = is_debug |
v8_target_arch = cpu_arch |
v8_random_seed = "314159265" |
@@ -110,11 +109,6 @@ config("features") { |
"ENABLE_HANDLE_ZAPPING", |
] |
} |
- if (v8_use_external_startup_data == true) { |
- defines += [ |
- "V8_USE_EXTERNAL_STARTUP_DATA", |
- ] |
- } |
} |
config("toolchain") { |
@@ -321,7 +315,6 @@ source_set("v8_nosnapshot") { |
"$target_gen_dir/experimental-libraries.cc", |
"$target_gen_dir/trig-table.cc", |
"src/snapshot-empty.cc", |
- "src/snapshot-common.cc", |
] |
configs -= [ "//build/config/compiler:chromium_code" ] |
@@ -651,8 +644,7 @@ source_set("v8_base") { |
"src/serialize.h", |
"src/small-pointer-list.h", |
"src/smart-pointers.h", |
- "src/snapshot-source-sink.cc", |
- "src/snapshot-source-sink.h", |
+ "src/snapshot-common.cc", |
"src/snapshot.h", |
"src/spaces-inl.h", |
"src/spaces.cc", |