Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 0a05a2f02fdb5b1837d6a5dd511d63b3f4fb87b9..aeddb130c17dbb903c8b20ccaba7377cee4c2c6d 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -11,6 +11,7 @@ |
| '../samples/samples.gyp:*', |
| '../src/d8.gyp:d8', |
| '../test/cctest/cctest.gyp:*', |
| + '../test/fuzzer/fuzzer.gyp:*', |
| '../test/unittests/unittests.gyp:*', |
| ], |
| 'conditions': [ |
| @@ -24,6 +25,7 @@ |
| '../test/bot_default.gyp:*', |
| '../test/benchmarks/benchmarks.gyp:*', |
| '../test/default.gyp:*', |
| + '../test/fuzzer/fuzzer.gyp:*', |
|
Michael Achenbach
2016/01/20 10:47:17
Guess that's redundant, since it's covered uncondi
|
| '../test/ignition.gyp:*', |
| '../test/intl/intl.gyp:*', |
| '../test/message/message.gyp:*', |