| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index a16631259bf676f422465bf2e924a832aa0d3200..a405ef9eb97668685d27db2c7b1f8f1a81bbc593 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -453,6 +453,12 @@
|
| '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
|
| ],
|
| }],
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
|
| + '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
|
| + ],
|
| + }],
|
| ['enable_autofill_dialog==1 and OS!="android"', {
|
| 'dependencies': [
|
| '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
|
|
|