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

Unified Diff: build/util/build_util.gyp

Issue 119182: Fix make build by providing a hint as to when to expand the filename. (Closed)
Patch Set: Created 11 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/build_util.gyp
diff --git a/build/util/build_util.gyp b/build/util/build_util.gyp
index 0624ab58606378b0b7ca0c8bd5445505fb85b237..7ece3927ec19f531cd487ff37ce2259288a996c9 100644
--- a/build/util/build_util.gyp
+++ b/build/util/build_util.gyp
@@ -17,7 +17,7 @@
{
'action_name': 'lastchange',
'inputs': [
- 'lastchange.py',
+ './lastchange.py',
],
'outputs': [
'<(lastchange_out_path)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698