Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3536)

Unified Diff: content/shell/android/BUILD.gn

Issue 753103003: Enable external V8 snapshot on Android through GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") {
« build/config/features.gni ('K') | « chrome/android/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698