[inspector] removed inspector_protocol_parser_test
Unittests for protocol parser are located in core/inspector in blink and separate test runner for inspector tests was added. BUG=chromium:635948 R=dgozman@chromium.org,yangguo@chromium.org Review-Url: https://codereview.chromium.org/2376173002 Cr-Commit-Position: refs/heads/master@{#40226}
This commit is contained in:
parent
2c37e4a0f1
commit
fa814c6119
@ -1,6 +0,0 @@
|
||||
# Copyright 2016 the V8 project authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("../../gni/v8.gni")
|
||||
# TODO: bring tests back once inspector_protocol is stable and moves out of blink.
|
@ -1,3 +0,0 @@
|
||||
include_rules = [
|
||||
"+testing"
|
||||
]
|
@ -1,17 +0,0 @@
|
||||
// Copyright 2016 the V8 project authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
namespace {
|
||||
|
||||
class InspectorProtocolTestEnvironment final : public ::testing::Environment {};
|
||||
|
||||
} // namespace
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
testing::InitGoogleMock(&argc, argv);
|
||||
testing::AddGlobalTestEnvironment(new InspectorProtocolTestEnvironment);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
# Copyright 2016 the V8 project authors. All rights reserved.
|
||||
# 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': {
|
||||
},
|
||||
'targets': [
|
||||
],
|
||||
'conditions': [
|
||||
],
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
# Copyright 2016 the V8 project authors. All rights reserved.
|
||||
# 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': {
|
||||
'files': [
|
||||
],
|
||||
},
|
||||
'includes': [
|
||||
],
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
# Copyright 2016 the V8 project authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
[
|
||||
]
|
Loading…
Reference in New Issue
Block a user