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

Unified Diff: components/resources/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 | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index b6e027cd1bae5e8fce1b19709432dfa066a9ab47..06448bf46f4fb883c6f818aa772042ef2a6d1d2e 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -22,6 +22,7 @@ grit("components_resources") {
"grit/components_resources.h",
"components_resources.pak",
]
+ output_dir = "$root_gen_dir/components"
}
# GYP version: components/components_resources.gyp
@@ -35,4 +36,5 @@ grit("components_scaled_resources") {
"components_resources_100_percent.pak",
"components_resources_200_percent.pak",
]
+ output_dir = "$root_gen_dir/components"
}
« no previous file with comments | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698