Index: build/nocompile.gni |
diff --git a/build/nocompile.gni b/build/nocompile.gni |
index 4da66a581da3c9de335c774af10b267b02f9c72c..1b292d79d19f8f226c7b9dea68ff569217652290 100644 |
--- a/build/nocompile.gni |
+++ b/build/nocompile.gni |
@@ -69,8 +69,11 @@ if (enable_nocompile_tests) { |
action_foreach(nocompile_target) { |
script = "//tools/nocompile_driver.py" |
sources = invoker.sources |
+ |
+ result_path = "$target_gen_dir/{{source_name_part}}_nc.cc" |
+ depfile = "${result_path}.d" |
outputs = [ |
- "$target_gen_dir/{{source_name_part}}_nc.cc", |
+ result_path, |
] |
args = [ |
"4", # number of compilers to invoke in parallel. |