Set the grit .d file dir in GN build properly.
Put the .d file in the same directory as the output from grit. Currently it uses the default location for the .d file all the time, even in cases where the output directory is overridden and the rest of the files go somewhere else. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/450483004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@287877 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
0fd7f035ec
Коммит
1384c635ef
|
@ -256,7 +256,7 @@ template("grit") {
|
|||
script = "//tools/grit/grit.py"
|
||||
inputs = grit_inputs
|
||||
outputs = grit_outputs
|
||||
depfile = "$target_out_dir/${target_name}.d"
|
||||
depfile = "$output_dir/${target_name}.d"
|
||||
|
||||
args = [
|
||||
"-i", source_path, "build",
|
||||
|
|
Загрузка…
Ссылка в новой задаче