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

Unified Diff: ui/strings/ui_strings.gyp

Issue 398873004: ui: Cleanup the generated path to ui strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REABSE Created 6 years, 5 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 | « ui/resources/ui_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/ui_strings.gyp
diff --git a/ui/strings/ui_strings.gyp b/ui/strings/ui_strings.gyp
index 69b2e80db260bebcd7448063091d2692c5857fb8..9f81946ea086d034852541113520c42a0d6f6a4b 100644
--- a/ui/strings/ui_strings.gyp
+++ b/ui/strings/ui_strings.gyp
@@ -3,38 +3,30 @@
# found in the LICENSE file.
{
- 'variables': {
- 'chromium_code': 1,
- 'grit_base_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui',
- },
'targets': [
{
'target_name': 'ui_strings',
'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/strings',
+ },
'actions': [
{
- 'action_name': 'ui_strings',
+ 'action_name': 'generate_ui_strings',
'variables': {
'grit_grd_file': 'ui_strings.grd',
- 'grit_out_dir': '<(grit_base_out_dir)/strings',
},
'includes': [ '../../build/grit_action.gypi' ],
},
{
- 'action_name': 'app_locale_settings',
+ 'action_name': 'generate_app_locale_settings',
'variables': {
'grit_grd_file': 'app_locale_settings.grd',
- 'grit_out_dir': '<(grit_base_out_dir)/app_locale_settings',
},
'includes': [ '../../build/grit_action.gypi' ],
},
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(grit_base_out_dir)/app_locale_settings',
- '<(grit_base_out_dir)/strings',
- ],
- },
+ 'includes': [ '../../build/grit_target.gypi' ],
},
],
}
« no previous file with comments | « ui/resources/ui_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698