| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 17437500e9f35a66182cb2eff228d602ee0bcd4e..cc988ed6ccf91cbf342003bf952b3ab8bfbc39d1 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1224,15 +1224,15 @@
|
| # 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)/content/app/strings/content_strings_en-US.rc',
|
| '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
|
| - '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc',
|
| ],
|
| 'dependencies': [
|
| + '<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
|
| '<(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',
|
| ],
|
| 'configurations': {
|
| 'Debug_Base': {
|
|
|