Index: content/shell/android/BUILD.gn |
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn |
index 6a81b30eaf7b960f5dd76d296a3f06c6f2a9ce8a..ff13bb532c698966e2ac9865f6036714e8c91d1a 100644 |
--- a/content/shell/android/BUILD.gn |
+++ b/content/shell/android/BUILD.gn |
@@ -94,6 +94,12 @@ copy_ex("copy_content_shell_assets") { |
"$root_build_dir/icudtl.dat" |
] |
} |
+ if (v8_use_external_startup_data) { |
+ sources += [ |
+ "$root_gen_dir/natives_blob.bin", |
+ "$root_gen_dir/snapshot_blob.bin", |
+ ] |
+ } |
} |
android_apk("content_shell_apk") { |