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

Unified Diff: components/strings/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 | « components/resources/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/strings/BUILD.gn
diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
index ab42b5a1ac42ec460b1a783eab4f8d0dd436c44b..4c399e730d93c68d465316278119aa82d9317868 100644
--- a/components/strings/BUILD.gn
+++ b/components/strings/BUILD.gn
@@ -64,4 +64,5 @@ grit("strings") {
"components_strings_zh-CN.pak",
"components_strings_zh-TW.pak",
]
+ output_dir = "$root_gen_dir/components"
blundell 2014/10/09 05:31:16 gyp generates the strings into .../components/stri
}
« no previous file with comments | « components/resources/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698