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

Unified Diff: build/config/features.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/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 9953a0d88e72da1f9375ae4a7260bcb5f13d8a03..17a10899cc5e6d32a0ca44bd64befc715d6d00ea 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -39,6 +39,8 @@ declare_args() {
# Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3.
proprietary_codecs = false
+
+ v8_use_external_startup_data = false
rmcilroy 2014/11/24 17:05:25 Could you move this to a non-declare_args variable
baixo1 2014/11/24 21:27:10 Done.
}
# Additional dependent variables -----------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698