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

Unified Diff: chrome/browser/BUILD.gn

Issue 454253004: GN: Specify grit generated output paths to be the same as gyp's. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/app/resources/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 34cff4b513bf2c853b27fed5de6a2bc1eddb0764..cc46b3462b7d33c1d6e10115ea42fd1025a99338 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -613,6 +613,7 @@ static_library("browser") {
# (generate_browser_resources action)
grit("resources") {
source = "browser_resources.grd"
+ output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/browser_resources.h",
"browser_resources.pak",
« no previous file with comments | « chrome/app/resources/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698