summaryrefslogtreecommitdiffstats
path: root/content/shell/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/android/BUILD.gn')
-rw-r--r--content/shell/android/BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 4fd3e85..94e0d9f 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -102,10 +102,8 @@ copy_ex("copy_content_shell_assets") {
deps += [ "//third_party/icu:icudata" ]
}
if (v8_use_external_startup_data) {
- sources += [
- "$root_out_dir/natives_blob.bin",
- "$root_out_dir/snapshot_blob.bin",
- ]
+ renaming_sources = v8_external_startup_data_renaming_sources
+ renaming_destinations = v8_external_startup_data_renaming_destinations
deps += [ "//v8" ]
}
}