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

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: 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 | chrome/chrome_repack_locales.gni » ('j') | components/strings/BUILD.gn » ('J')
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 bb7a670fa60fbec45bd3e5522b24c83b5bb129b1..bc0c7df0ed2e4f81cf1693d4a421bec48855af16 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/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/app/theme/theme_resources_${percent}_percent.pak",
« no previous file with comments | « no previous file | chrome/chrome_repack_locales.gni » ('j') | components/strings/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698