| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index d5f78fe9b316ed1686d6a43f1b3bd895065b413f..d29f55247b0361c0d69b1c8ebd44a41d50f83efc 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1469,14 +1469,12 @@
|
| 'sources': [
|
| '../content/shell/app/resource.h',
|
| '../content/shell/app/shell.rc',
|
| - # TODO: It would be nice to have these pulled in
|
| - # automatically from direct_dependent_settings in
|
| - # their various targets (net.gyp:net_resources, etc.),
|
| - # but that causes errors in other targets when
|
| - # resulting .res files get referenced multiple times.
|
| + # TODO: It would be nice to have these pulled in automatically
|
| + # from direct_dependent_settings in their various targets, 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',
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources',
|
|
|