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

Unified Diff: ui/strings/ui_strings.gyp

Issue 381463002: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add %$&*ing missing comma 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
« ui/resources/ui_resources.gyp ('K') | « 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 02ae903d16d4f150c4e8f79b3032febf9efbb1df..69b2e80db260bebcd7448063091d2692c5857fb8 100644
--- a/ui/strings/ui_strings.gyp
+++ b/ui/strings/ui_strings.gyp
@@ -16,7 +16,7 @@
'action_name': 'ui_strings',
'variables': {
'grit_grd_file': 'ui_strings.grd',
- 'grit_out_dir': '<(grit_base_out_dir)/ui_strings',
+ 'grit_out_dir': '<(grit_base_out_dir)/strings',
},
'includes': [ '../../build/grit_action.gypi' ],
},
@@ -32,7 +32,7 @@
'direct_dependent_settings': {
'include_dirs': [
'<(grit_base_out_dir)/app_locale_settings',
- '<(grit_base_out_dir)/ui_strings',
+ '<(grit_base_out_dir)/strings',
],
},
},
« ui/resources/ui_resources.gyp ('K') | « ui/resources/ui_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698