| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index e655cb84185180b458d25cc21889cda03fbfc135..6395b8d847f0457b18701c5288eeaba698dbf54a 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -824,15 +824,15 @@
|
| # their various targets (net.gyp:net_resources, etc.),
|
| # but that causes errors in other targets when
|
| # resulting .res files get referenced multiple times.
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.rc',
|
| '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
|
| - '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc',
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/net/net.gyp:net_resources',
|
| + '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
|
| '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
|
| '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom',
|
| - '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings',
|
| '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
|
| ],
|
| 'configurations': {
|
|
|