summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-08-11 14:10:34 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 21:11:09 +0000
commit8efeb856153fb841772227d3e8cc71c74186061a (patch)
tree3f86065658b58225474d0e79dc5125f0f71a7ba7 /components/components_tests.gyp
parentb47507e946e775ab5194438be60ef4f421255c08 (diff)
downloadchromium_src-8efeb856153fb841772227d3e8cc71c74186061a.zip
chromium_src-8efeb856153fb841772227d3e8cc71c74186061a.tar.gz
chromium_src-8efeb856153fb841772227d3e8cc71c74186061a.tar.bz2
Remove net_resources.rc
This seems to not be used. Review URL: https://codereview.chromium.org/1281483012 Cr-Commit-Position: refs/heads/master@{#342895}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp10
1 files changed, 4 insertions, 6 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d5f78fe..d29f552 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',