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

Unified Diff: build/nocompile.gypi

Issue 1698763002: Fix base_nocompile_tests dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « build/nocompile.gni ('k') | tools/nocompile_driver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/nocompile.gypi
diff --git a/build/nocompile.gypi b/build/nocompile.gypi
index 8c0f288b5a55f70fcfb38013e509b0b0b4b549c4..4f61add0dd96896d31fdb479aeec380b6ea41e63 100644
--- a/build/nocompile.gypi
+++ b/build/nocompile.gypi
@@ -76,6 +76,7 @@
'outputs': [
'<(nc_result_path)'
],
+ 'depfile': '<(nc_result_path).d',
'action': [
'python',
'<(nocompile_driver)',
« no previous file with comments | « build/nocompile.gni ('k') | tools/nocompile_driver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698