| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 5d715adc049437c01f1ad0a2e1a9e31d22206015..2342db8ed496d83eab3aa7f0efbc3ba83b448971 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -441,12 +441,12 @@
|
| 'conditions': [
|
| ['OS != "ios"', {
|
| 'dependencies': [
|
| + '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
|
| '<(DEPTH)/content/content_resources.gyp:content_resources',
|
| '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_strings',
|
| '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
|
| '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
|
| '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
|
| - '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
|
| ],
|
| }],
|
| ['use_ash==1', {
|
|
|