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

Unified Diff: build/config/android/config.gni

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: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index ce9a175e73d43e5191c9303f466900fcbe092e6d..8b3fb7f30080db9a911300ea0637a4c33754c2ed 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -152,6 +152,9 @@ if (is_android) {
} else {
android_stlport_library = "stlport_static"
}
+ if (!is_android_webview_build) {
+ v8_use_external_startup_data = true
rmcilroy 2014/11/24 17:05:25 I think you want this to be false until https://co
baixo1 2014/11/24 21:27:10 Yes, thanks!
+ }
} else {
if (!defined(is_android_webview_build)) {
is_android_webview_build = false
« no previous file with comments | « build/config/BUILD.gn ('k') | build/config/features.gni » ('j') | build/config/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698