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

Unified Diff: chromecast/chromecast.gyp

Issue 1019123002: Switch ChromeOS and ChromeCast to use external V8 snapshot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8_ext_chromeos
Patch Set: Rebase Created 5 years, 8 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
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 2b0bfa770d55850a44a2626cbb14982c80265210..a776900202ccd5e8ff5f0aa087e1f617f154d1a2 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -366,10 +366,15 @@
'type': 'none',
'dependencies': [
'../third_party/icu/icu.gyp:icudata',
+ '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
],
'copies': [{
'destination': '<(PRODUCT_DIR)/assets',
- 'files': ['<(PRODUCT_DIR)/icudtl.dat'],
+ 'files': [
+ '<(PRODUCT_DIR)/icudtl.dat',
+ '<(PRODUCT_DIR)/natives_blob.bin',
+ '<(PRODUCT_DIR)/snapshot_blob.bin',
+ ],
}],
},
{
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698