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

Unified Diff: chrome/android/chrome_apk.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: Remove debug logging 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: chrome/android/chrome_apk.gypi
diff --git a/chrome/android/chrome_apk.gypi b/chrome/android/chrome_apk.gypi
index fb679f4124667181f6ee8fab0b7e8e09e606806f..2bf36fc3d9460ed6e55d11513c6081f00347909d 100644
--- a/chrome/android/chrome_apk.gypi
+++ b/chrome/android/chrome_apk.gypi
@@ -43,6 +43,8 @@
}],
],
'run_findbugs': 0,
+ # Allow v8 snapshots to be loaded directly from the .apk.
+ 'extensions_to_not_compress': 'bin',
Yaron 2015/05/25 18:56:44 Is there any gn support for this?
},
'includes': [ '../../build/java_apk.gypi' ],
}

Powered by Google App Engine
This is Rietveld 408576698