| Index: chrome/chrome_resources.gyp
|
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
|
| index 283fe84373bb3275cc6c7a4ee1a742fff4780565..362391e9934ffb63479e1a20f22cedaf6b5c3433 100644
|
| --- a/chrome/chrome_resources.gyp
|
| +++ b/chrome/chrome_resources.gyp
|
| @@ -402,7 +402,7 @@
|
| # GN version: //chrome:packed_resources
|
| 'target_name': 'packed_resources',
|
| 'type': 'none',
|
| - 'dependencies': [
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| # MSVS needs the dependencies explictly named, Make is able to
|
| # derive the dependencies from the output files.
|
| 'chrome_resources',
|
| @@ -440,13 +440,14 @@
|
| ],
|
| 'conditions': [
|
| ['OS != "ios"', {
|
| - 'dependencies': [
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources',
|
| '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
|
| + '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_strings',
|
| '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
|
| ],
|
| }, { # else
|
| - 'dependencies': [
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_gen',
|
| ],
|
| 'actions': [
|
| @@ -456,7 +457,7 @@
|
| ],
|
| }],
|
| ['use_ash==1', {
|
| - 'dependencies': [
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| '<(DEPTH)/ash/ash_resources.gyp:ash_resources',
|
| '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
|
| ],
|
| @@ -467,20 +468,19 @@
|
| ],
|
| }],
|
| ['chromeos==1', {
|
| - 'dependencies': [
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| '<(DEPTH)/remoting/remoting.gyp:remoting_resources',
|
| '<(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': [
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| '<(DEPTH)/third_party/libaddressinput/libaddressinput.gyp:libaddressinput_strings',
|
| ],
|
| }],
|
| ['enable_extensions==1', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_strings',
|
| + 'dependencies': [ # Update duplicate logic in repack_locales.py
|
| '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
|
| ],
|
| }],
|
|
|