| 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',
|
| ],
|
| },
|
| },
|
|
|