| Index: test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp
|
| diff --git a/test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp b/test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp
|
| index 835117c5a7b9f7f8f21033995d3aee142372a057..8fe2da0fe20201ab78515ef248c3a05ff4ac296d 100644
|
| --- a/test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp
|
| +++ b/test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp
|
| @@ -2,48 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# TODO: bring tests back once inspector_protocol is stable and moves out of blink.
|
| { 'variables': {
|
| - 'protocol_path': '../../third_party/WebKit/Source/platform/inspector_protocol',
|
| },
|
| 'targets': [
|
| - { 'target_name': 'inspector_protocol_parser_test',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - '../../src/inspector/inspector.gyp:inspector_protocol',
|
| - '../../testing/gmock.gyp:gmock',
|
| - '../../testing/gtest.gyp:gtest',
|
| - ],
|
| - 'include_dirs+': [
|
| - '../..',
|
| - '<(protocol_path)/../..',
|
| - ],
|
| - 'defines': [
|
| - 'V8_INSPECTOR_USE_STL',
|
| - ],
|
| - 'sources': [
|
| - '<(protocol_path)/ParserTest.cpp',
|
| - 'RunTests.cpp',
|
| - ]
|
| - },
|
| ],
|
| 'conditions': [
|
| - ['test_isolation_mode != "noop"', {
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'inspector_protocol_parser_test_run',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - 'inspector_protocol_parser_test',
|
| - ],
|
| - 'includes': [
|
| - '../../gypfiles/features.gypi',
|
| - '../../gypfiles/isolate.gypi',
|
| - ],
|
| - 'sources': [
|
| - 'inspector_protocol_parser_test.isolate',
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| ],
|
| }
|
|
|