summaryrefslogtreecommitdiffstats
path: root/build/buildflag_header.gni
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-12-02 16:10:01 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-03 00:10:47 +0000
commit0d3b1dfc7ad173af97ca0f897319ab137d4cf634 (patch)
tree6cecfdac7475cd5ea566d6b3d2168e93e0655f0d /build/buildflag_header.gni
parentc36c6282445549860ff359b3a9bc1515a8566e1f (diff)
downloadchromium_src-0d3b1dfc7ad173af97ca0f897319ab137d4cf634.zip
chromium_src-0d3b1dfc7ad173af97ca0f897319ab137d4cf634.tar.gz
chromium_src-0d3b1dfc7ad173af97ca0f897319ab137d4cf634.tar.bz2
Add chrome crash service to GN build on Windows.
This adds a chrome crash_service target that matches the target arch, and a *_win64 version when compiling 32-bit targets. Previosly we had a crash_service.exe target that was actually the content_shell one with the wrong name. Various code referred to this target when some meant the chrome one, and some meant the content one. This patch fixes the naming and updates the references to use the correct one. Fixes cross-compiling of generated buildflag headers. It was computing the output directory incorrectly. BUG=537009 Review URL: https://codereview.chromium.org/1491363002 Cr-Commit-Position: refs/heads/master@{#362826}
Diffstat (limited to 'build/buildflag_header.gni')
-rw-r--r--build/buildflag_header.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildflag_header.gni b/build/buildflag_header.gni
index 9054d07..4339996 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}}",
]