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

Unified Diff: content/content_shell.gypi

Issue 1156873002: Load v8 snapshots directly from APK (and store them uncompressed) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8initializer
Patch Set: fix webview, content shell, chromecast Created 5 years, 7 months 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/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 36898353fa8fd5ec654e38e7c0a662923196b591..0588699a764d4d221ffd3f918e5d9c150bad1e4a 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -1102,6 +1102,8 @@
'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
'extra_native_libs': ['<(SHARED_LIB_DIR)/libosmesa.so'],
+ # Allow v8 snapshots to be loaded directly from the .apk.
+ 'extensions_to_not_compress': 'bin',
'conditions': [
['icu_use_data_file_flag==1', {
'additional_input_paths': [

Powered by Google App Engine
This is Rietveld 408576698