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

Unified Diff: chrome/chrome_android_paks.gypi

Issue 793943004: Allow chrome_shell_paks target to be reused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change target name to android Created 5 years, 11 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 | chrome/chrome_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_android_paks.gypi
diff --git a/chrome/chrome_android_paks.gypi b/chrome/chrome_android_paks.gypi
index 574d5ccc545bf34fb0a83125a56f83f0808b4216..13f5845ac2079234659c8e2633eff5b929f9d3f1 100644
--- a/chrome/chrome_android_paks.gypi
+++ b/chrome/chrome_android_paks.gypi
@@ -121,5 +121,23 @@
}],
],
},
+ 'targets': [
+ {
+ 'target_name': 'chrome_android_paks_copy',
+ 'type': 'none',
+ 'dependencies': [
+ '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
+ '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources',
+ ],
+ 'copies': [
+ {
+ 'destination': '<(chrome_android_pak_output_folder)',
+ 'files': [
+ '<@(chrome_android_pak_input_resources)',
+ ],
+ }
+ ],
+ },
+ ],
}
« no previous file with comments | « no previous file | chrome/chrome_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698