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

Unified Diff: ui/resources/ui_resources.gyp

Issue 216013003: Clean up repack.py and repack_locale.py usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« content/content_shell.gypi ('K') | « content/content_shell.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources.gyp
diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp
index 6114314f1985a7a4b1d63274d2b74aa5728bc44a..fa68ace4c45cdc6a02a12ac55b04f7bd99e6f0a1 100644
--- a/ui/resources/ui_resources.gyp
+++ b/ui/resources/ui_resources.gyp
@@ -44,9 +44,6 @@
'../base/strings/ui_strings.gyp:ui_strings',
'ui_resources',
],
- 'variables': {
- 'repack_path': '../../tools/grit/grit/format/repack.py',
- },
'actions': [
{
'action_name': 'repack_ui_test_pack',
@@ -57,20 +54,9 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
],
+ 'pak_output': '<(PRODUCT_DIR)/ui_test.pak',
},
- 'inputs': [
- '<(repack_path)',
- '<@(pak_inputs)',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/ui_test.pak',
- ],
- 'action': [
- 'python',
- '<(repack_path)',
- '<@(_outputs)',
- '<@(pak_inputs)'
- ],
+ 'includes': [ '../../build/repack_action.gypi' ],
tfarina 2014/03/28 02:24:07 cool! thanks!
},
],
'conditions': [
« content/content_shell.gypi ('K') | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698