Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp

Issue 2239603002: [inspector] Remove inspector_protocol_parser_test target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: format build files Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
- ],
- },
- ],
- }],
],
}

Powered by Google App Engine
This is Rietveld 408576698