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

Unified Diff: chromecast/chromecast.gyp

Issue 1073583004: Reverts Chromecast using external V8 snapshot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « build/common.gypi ('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 fc4dbd52ff169c54d5da4db30b4a202edd77d5c7..b349d891d408d5ee882186ace336a2c354d458cc 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -354,14 +354,11 @@
'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',
- '<(PRODUCT_DIR)/natives_blob.bin',
- '<(PRODUCT_DIR)/snapshot_blob.bin',
],
}],
},
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698