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

Unified Diff: chrome/BUILD.gn

Issue 637163002: Changes the location of the component resources in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert strings Created 6 years, 2 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
« no previous file with comments | « no previous file | components/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index e9a47982783d274928776263faec1178c7fc6705..4bf0a5d60f5ea8f4d32550860900b2d7bb4022e8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -334,7 +334,7 @@ repack("packed_extra_resources") {
"$root_gen_dir/chrome/signin_internals_resources.pak",
"$root_gen_dir/chrome/sync_internals_resources.pak",
"$root_gen_dir/chrome/translate_internals_resources.pak",
- "$root_gen_dir/components/resources/components_resources.pak",
+ "$root_gen_dir/components/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/components_resources_${percent}_percent.pak",
+ "$root_gen_dir/components/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/theme_resources_${percent}_percent.pak",
« no previous file with comments | « no previous file | components/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698