| Index: gypfiles/all.gyp
|
| diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp
|
| index ff1bea4b61137fddf5ffc5aedcd8b5259d3e96ad..230960b865e6b4127f1260acd63ce77c3dd63293 100644
|
| --- a/gypfiles/all.gyp
|
| +++ b/gypfiles/all.gyp
|
| @@ -22,8 +22,9 @@
|
| '../samples/samples.gyp:*',
|
| '../test/cctest/cctest.gyp:*',
|
| '../test/fuzzer/fuzzer.gyp:*',
|
| + '../test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp:*',
|
| '../test/unittests/unittests.gyp:*',
|
| - ],
|
| + ],
|
| }],
|
| ['test_isolation_mode != "noop"', {
|
| 'dependencies': [
|
|
|