Skip to content

Commit

Permalink
[dotnet] remove obsolete directories from bazel build files
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 23, 2022
1 parent 8b733d2 commit c33c149
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions dotnet/src/webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ generated_assembly_info(
"DevTools/**/*.cs",
"Edge/*.cs",
"Firefox/**/*.cs",
"HTML5/*.cs",
"IE/*.cs",
"Interactions/*.cs",
"Internal/*.cs",
"Opera/*.cs",
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
Expand Down Expand Up @@ -86,11 +84,9 @@ generated_assembly_info(
"DevTools/**/*.cs",
"Edge/*.cs",
"Firefox/**/*.cs",
"HTML5/*.cs",
"IE/*.cs",
"Interactions/*.cs",
"Internal/*.cs",
"Opera/*.cs",
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
Expand Down Expand Up @@ -123,11 +119,9 @@ generated_assembly_info(
"DevTools/**/*.cs",
"Edge/*.cs",
"Firefox/**/*.cs",
"Html5/*.cs",
"IE/*.cs",
"Interactions/*.cs",
"Internal/*.cs",
"Opera/*.cs",
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
Expand Down Expand Up @@ -170,11 +164,9 @@ generated_assembly_info(
"DevTools/**/*.cs",
"Edge/*.cs",
"Firefox/**/*.cs",
"Html5/*.cs",
"IE/*.cs",
"Interactions/*.cs",
"Internal/*.cs",
"Opera/*.cs",
"Remote/**/*.cs",
"Safari/*.cs",
"Support/*.cs",
Expand Down
1 change: 0 additions & 1 deletion dotnet/test/common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ config_setting(
"CustomTestAttributes/*.cs",
"DevTools/*.cs",
"Environment/*.cs",
"HTML5/*.cs",
"Interactions/*.cs",
]),
out = "WebDriver.Common.Tests.dll",
Expand Down

0 comments on commit c33c149

Please sign in to comment.