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 |