summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-08-12 10:38:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-12 17:39:54 +0000
commit1d64bc0ee6bfaa2455060a14cb5b529aa0a389fd (patch)
tree4b3c729daeb2f9bf8b610af1fea2678351d8532f /components/components_tests.gyp
parentefeafc2088660315cad63961e851160c5816e028 (diff)
downloadchromium_src-1d64bc0ee6bfaa2455060a14cb5b529aa0a389fd.zip
chromium_src-1d64bc0ee6bfaa2455060a14cb5b529aa0a389fd.tar.gz
chromium_src-1d64bc0ee6bfaa2455060a14cb5b529aa0a389fd.tar.bz2
Remove unused content .rc files.
These were generated and referenced in a few places but seem not to be used. In the GN build such generated .rc files are always compiled and linked, which resulted in duplicate resources. Review URL: https://codereview.chromium.org/1289883002 Cr-Commit-Position: refs/heads/master@{#343045}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 37f7685..352987b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1470,11 +1470,6 @@
'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, but
- # that causes errors in other targets when resulting .res files
- # get referenced multiple times.
- '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.rc',
],
'dependencies': [
'<(DEPTH)/content/app/resources/content_resources.gyp:content_resources',