| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 7574fb25d17b169120d273bf7230ca09c8ab04de..ed5078aa01d8bfaa183b898afb20042dff1d9def 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -394,6 +394,11 @@
|
| '<(DEPTH)/ash/ash.gyp:ash_resources',
|
| ],
|
| }],
|
| + ['enable_autofill_dialog==1 and OS!="android"', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
|
| + ],
|
| + }],
|
| ['OS != "mac" and OS != "ios"', {
|
| # Copy pak files to the product directory. These files will be picked
|
| # up by the following installer scripts:
|
|
|