Skip to content

Commit c33c149

Browse files
committed
[dotnet] remove obsolete directories from bazel build files
1 parent 8b733d2 commit c33c149

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

dotnet/src/webdriver/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ generated_assembly_info(
4040
"DevTools/**/*.cs",
4141
"Edge/*.cs",
4242
"Firefox/**/*.cs",
43-
"HTML5/*.cs",
4443
"IE/*.cs",
4544
"Interactions/*.cs",
4645
"Internal/*.cs",
47-
"Opera/*.cs",
4846
"Remote/**/*.cs",
4947
"Safari/*.cs",
5048
"Support/*.cs",
@@ -86,11 +84,9 @@ generated_assembly_info(
8684
"DevTools/**/*.cs",
8785
"Edge/*.cs",
8886
"Firefox/**/*.cs",
89-
"HTML5/*.cs",
9087
"IE/*.cs",
9188
"Interactions/*.cs",
9289
"Internal/*.cs",
93-
"Opera/*.cs",
9490
"Remote/**/*.cs",
9591
"Safari/*.cs",
9692
"Support/*.cs",
@@ -123,11 +119,9 @@ generated_assembly_info(
123119
"DevTools/**/*.cs",
124120
"Edge/*.cs",
125121
"Firefox/**/*.cs",
126-
"Html5/*.cs",
127122
"IE/*.cs",
128123
"Interactions/*.cs",
129124
"Internal/*.cs",
130-
"Opera/*.cs",
131125
"Remote/**/*.cs",
132126
"Safari/*.cs",
133127
"Support/*.cs",
@@ -170,11 +164,9 @@ generated_assembly_info(
170164
"DevTools/**/*.cs",
171165
"Edge/*.cs",
172166
"Firefox/**/*.cs",
173-
"Html5/*.cs",
174167
"IE/*.cs",
175168
"Interactions/*.cs",
176169
"Internal/*.cs",
177-
"Opera/*.cs",
178170
"Remote/**/*.cs",
179171
"Safari/*.cs",
180172
"Support/*.cs",

dotnet/test/common/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ config_setting(
3232
"CustomTestAttributes/*.cs",
3333
"DevTools/*.cs",
3434
"Environment/*.cs",
35-
"HTML5/*.cs",
3635
"Interactions/*.cs",
3736
]),
3837
out = "WebDriver.Common.Tests.dll",

0 commit comments

Comments
 (0)