Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8388)

Unified Diff: chrome/BUILD.gn

Issue 601733002: Rename component_resources.h to components_resources.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: output_name hack Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 423aa5b656bd6918c0d3d235558870ecaf36271b..bb7a670fa60fbec45bd3e5522b24c83b5bb129b1 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -334,7 +334,7 @@ repack("packed_extra_resources") {
"$root_gen_dir/chrome/browser/resources/signin_internals_resources.pak",
"$root_gen_dir/chrome/browser/resources/sync_internals_resources.pak",
"$root_gen_dir/chrome/browser/resources/translate_internals_resources.pak",
- "$root_gen_dir/components/resources/component_resources.pak",
+ "$root_gen_dir/components/resources/components_resources.pak",
"$root_gen_dir/net/net_resources.pak",
"$root_gen_dir/ui/resources/webui_resources.pak",
]
@@ -451,7 +451,7 @@ template("chrome_repack_percent") {
visibility = [ ":$copy_name" ]
# All sources should also have deps for completeness.
sources = [
- "$root_gen_dir/components/resources/component_resources_${percent}_percent.pak",
+ "$root_gen_dir/components/resources/components_resources_${percent}_percent.pak",
"$root_gen_dir/ui/resources/ui_resources_${percent}_percent.pak",
"$root_gen_dir/chrome/renderer_resources_${percent}_percent.pak",
"$root_gen_dir/chrome/app/theme/theme_resources_${percent}_percent.pak",

Powered by Google App Engine
This is Rietveld 408576698