Skip to content

Commit 9e607ef

Browse files
pfaffeDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
Remove RealConnection
Fixed: 357805727 Change-Id: Ica90a7bb1756c8878a70c3942bfbeeb3bdc325f6 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6563518 Commit-Queue: Philip Pfaffe <pfaffe@chromium.org> Reviewed-by: Simon Zünd <szuend@chromium.org>
1 parent 69e50c3 commit 9e607ef

File tree

4 files changed

+0
-134
lines changed

4 files changed

+0
-134
lines changed

front_end/testing/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ ts_library("testing") {
3333
"OverridesHelpers.ts",
3434
"PersistenceHelpers.ts",
3535
"PropertyParser.ts",
36-
"RealConnection.ts",
3736
"ResourceTreeHelpers.ts",
3837
"SourceMapEncoder.test.ts",
3938
"SourceMapEncoder.ts",
@@ -48,7 +47,6 @@ ts_library("testing") {
4847
"UserMetricsHelpers.ts",
4948
"ViewFunctionHelpers.ts",
5049
"VisualLoggingHelpers.ts",
51-
"test_post_setup.ts",
5250
"test_setup.ts",
5351
]
5452

front_end/testing/RealConnection.ts

Lines changed: 0 additions & 124 deletions
This file was deleted.

front_end/testing/test_post_setup.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/unit/karma.conf.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ module.exports = function(config: any) {
141141
// Global hooks in test_setup must go first
142142
{pattern: path.join(GEN_DIR, 'front_end', 'testing', 'test_setup.js'), type: 'module'},
143143
...tests.map(pattern => ({pattern, type: 'module'})),
144-
{pattern: path.join(GEN_DIR, 'front_end', 'testing', 'test_post_setup.js'), type: 'module'},
145144
...tests.map(pattern => ({pattern: `${pattern}.map`, served: true, included: false, watched: true})),
146145
{pattern: path.join(GEN_DIR, 'front_end/Images/*.{svg,png}'), served: true, included: false},
147146
{pattern: path.join(GEN_DIR, 'front_end/core/i18n/locales/*.json'), served: true, included: false},

0 commit comments

Comments
 (0)