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

Unified Diff: test/analyzer/test.gyp

Issue 1431343002: Changes semantics of analyzer (Closed) Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: fix all modified output Created 5 years, 1 month 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-deprecated.py ('k') | test/analyzer/test3.gyp » ('j') | 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 19a25dbcbee2c09a9ccc0ab2bc3f59586d9fcd56..c25ca73bff80ddfaf13e32f921f1832933dda771 100644
--- a/test/analyzer/test.gyp
+++ b/test/analyzer/test.gyp
@@ -17,7 +17,7 @@
# exe2.c
# #exe3 -> subdir/subdir.gyp#foo, subdir/subdir.gyp#subdir2a
# exe3.c
-# #all (type none) -> exe, exe3
+# #allx (type none) -> exe, exe3
#
# subdir/subdir.gyp
# #foo
@@ -103,7 +103,7 @@
],
},
{
- 'target_name': 'all',
+ 'target_name': 'allx',
'type': 'none',
'dependencies': [
'exe',
« no previous file with comments | « test/analyzer/gyptest-analyzer-deprecated.py ('k') | test/analyzer/test3.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698