Chromium Code Reviews| Index: gypfiles/all.gyp |
| diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp |
| index ff1bea4b61137fddf5ffc5aedcd8b5259d3e96ad..87d36dd81b74329fb0ef11648eabc8fcbcc464d0 100644 |
| --- a/gypfiles/all.gyp |
| +++ b/gypfiles/all.gyp |
| @@ -9,6 +9,7 @@ |
| 'type': 'none', |
| 'dependencies': [ |
| '../src/d8.gyp:d8', |
| + '../src/inspector/inspector.gyp:inspector_protocol_parser_test', |
|
Michael Achenbach
2016/07/27 06:49:04
I wonder what is the reason for cctest and unittes
Yang
2016/07/27 07:14:39
Done.
|
| ], |
| 'conditions': [ |
| ['component!="shared_library"', { |