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

Unified Diff: test/analyzer/test.gyp

Issue 1088163002: Analyzer didn't match correctly targets that defined path to inputs with '.' (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Rebased to fresh master. Created 5 years, 4 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 | « test/analyzer/gyptest-analyzer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/analyzer/test.gyp
diff --git a/test/analyzer/test.gyp b/test/analyzer/test.gyp
index a5201cba0bbf3cc78ab4b7d3ef3a4a7c5b51d287..19a25dbcbee2c09a9ccc0ab2bc3f59586d9fcd56 100644
--- a/test/analyzer/test.gyp
+++ b/test/analyzer/test.gyp
@@ -64,6 +64,7 @@
'action_input.c',
'../bad_path1.h',
'../../bad_path2.h',
+ './rel_path1.h',
],
'outputs': [
'action_output.c',
« no previous file with comments | « test/analyzer/gyptest-analyzer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698