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

Unified Diff: chromecast/chromecast.gyp

Issue 1782133003: Revert of Add the missing asset file cast_shell.pak back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | 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 6bb8a1499a0002e8cad898cf3737113c861f58c1..daab117a66785b6aafdb2073029661562f99aa10 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -297,7 +297,7 @@
],
}],
],
- 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak',
+ 'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak',
},
'includes': [ '../build/repack_action.gypi' ],
},
@@ -563,7 +563,6 @@
'target_name': 'cast_shell_icudata',
'type': 'none',
'dependencies': [
- 'cast_shell_pak',
'../third_party/icu/icu.gyp:icudata',
'../v8/tools/gyp/v8.gyp:v8_external_snapshot',
],
@@ -571,7 +570,6 @@
'dest_path': '<(cast_shell_assets_path)',
'src_files': [
'<(PRODUCT_DIR)/icudtl.dat',
- '<(PRODUCT_DIR)/cast_shell.pak',
],
'renaming_sources': [
'<(PRODUCT_DIR)/natives_blob.bin',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698