summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-08-11 19:52:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-12 02:53:42 +0000
commitd42394626b3689b6e51373371857fa1d81a3a30f (patch)
treed7cb3f41a44ce6bdeb2c8ff2c71a3906348cdd31 /components
parentdb949c345a8c561f45a2351daa06dc9c85671e88 (diff)
downloadchromium_src-d42394626b3689b6e51373371857fa1d81a3a30f.zip
chromium_src-d42394626b3689b6e51373371857fa1d81a3a30f.tar.gz
chromium_src-d42394626b3689b6e51373371857fa1d81a3a30f.tar.bz2
Remove generated .rc files that seem not to be used.
Most grit-generated .rc files are bitrooted and the ones removed in this patch seem not to be used. This removes the uses of blink_resources.rc. I will remove the generator for this in the WebKit repo in a follow-up. Review URL: https://codereview.chromium.org/1286023002 Cr-Commit-Position: refs/heads/master@{#342968}
Diffstat (limited to 'components')
-rw-r--r--components/components_tests.gyp1
-rw-r--r--components/html_viewer/BUILD.gn1
-rw-r--r--components/html_viewer/html_viewer_resources.grd1
3 files changed, 0 insertions, 3 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index d29f552..de248ea 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1473,7 +1473,6 @@
# 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',
],
'dependencies': [
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 019c1c4..79551df 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -18,7 +18,6 @@ grit("html_viewer_resources_grit") {
outputs = [
"grit/html_viewer_resources.h",
"html_viewer_resources.pak",
- "html_viewer_resources.rc",
]
}
diff --git a/components/html_viewer/html_viewer_resources.grd b/components/html_viewer/html_viewer_resources.grd
index e231218..60b8e27 100644
--- a/components/html_viewer/html_viewer_resources.grd
+++ b/components/html_viewer/html_viewer_resources.grd
@@ -5,7 +5,6 @@
<emit emit_type='prepend'></emit>
</output>
<output filename="html_viewer_resources.pak" type="data_package"/>
- <output filename="html_viewer_resources.rc" type="rc_all" />
</outputs>
<translations />
</grit>