Chromium Code Reviews| 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', |
|
Dirk Pranke
2015/11/12 00:37:20
this changes to 'allx' to avoid the special handli
sky
2015/11/12 00:47:23
Exactly.
|
| 'type': 'none', |
| 'dependencies': [ |
| 'exe', |