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

Unified Diff: test/analyzer/test.gyp

Issue 383893003: Fixes two bugs in analyzer (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 5 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/subdir/subdir2/subdir2.gyp ('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
===================================================================
--- test/analyzer/test.gyp (revision 1948)
+++ test/analyzer/test.gyp (working copy)
@@ -13,6 +13,7 @@
'type': 'executable',
'dependencies': [
'subdir/subdir.gyp:foo',
+ 'subdir/subdir2/subdir2.gyp:subdir2',
],
'sources': [
'foo.c',
@@ -31,6 +32,8 @@
'inputs': [
'<(PRODUCT_DIR)/product_dir_input.c',
'action_input.c',
+ '../bad_path1.h',
+ '../../bad_path2.h',
],
'outputs': [
'action_output.c',
« no previous file with comments | « test/analyzer/subdir/subdir2/subdir2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698