| Index: content/content_tests.gypi | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi | 
| index 3b901188191c0dce24993306b6695de075516fdc..766554f060ca0e76bbed7afd64f378bf7aca1ee3 100644 | 
| --- a/content/content_tests.gypi | 
| +++ b/content/content_tests.gypi | 
| @@ -1450,14 +1450,12 @@ | 
| ], | 
| 'sources': [ | 
| '<@(content_browsertests_win_sources)', | 
| -                # 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', | 
| 'shell/app/resource.h', | 
| 'shell/app/shell.rc', | 
| ], | 
|  |