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

Unified Diff: build/buildflag_header.gni

Issue 1491363002: Add chrome crash service to GN build on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add is_win Created 5 years 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 | « BUILD.gn ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/buildflag_header.gni
diff --git a/build/buildflag_header.gni b/build/buildflag_header.gni
index 9054d07237d281cfc96a3919bcb71f518c03e4af..4339996d4157ca6d2b962a1b31d6c9f18275c6a6 100644
--- a/build/buildflag_header.gni
+++ b/build/buildflag_header.gni
@@ -122,7 +122,7 @@ template("buildflag_header") {
"--rulename",
get_label_info(":$target_name", "label_no_toolchain"),
"--gen-dir",
- rebase_path(root_gen_dir, root_out_dir),
+ rebase_path(root_gen_dir, root_build_dir),
"--definitions",
"{{response_file_name}}",
]
« no previous file with comments | « BUILD.gn ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698