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

Unified Diff: trunk/src/ui/strings/ui_strings.gyp

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/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: trunk/src/ui/strings/ui_strings.gyp
===================================================================
--- trunk/src/ui/strings/ui_strings.gyp (revision 282358)
+++ trunk/src/ui/strings/ui_strings.gyp (working copy)
@@ -16,7 +16,7 @@
'action_name': 'ui_strings',
'variables': {
'grit_grd_file': 'ui_strings.grd',
- 'grit_out_dir': '<(grit_base_out_dir)/strings',
+ 'grit_out_dir': '<(grit_base_out_dir)/ui_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)/strings',
+ '<(grit_base_out_dir)/ui_strings',
],
},
},
« no previous file with comments | « trunk/src/ui/resources/ui_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698