aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/tools/BUILD')
-rw-r--r--src/main/tools/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/tools/BUILD b/src/main/tools/BUILD
index b6250a20d4..e96155302d 100644
--- a/src/main/tools/BUILD
+++ b/src/main/tools/BUILD
@@ -20,7 +20,6 @@ cc_binary(
name = "process-wrapper",
srcs = select({
"//src/conditions:windows": ["process-wrapper-windows.cc"],
- "//src/conditions:windows_msvc": ["process-wrapper-windows.cc"],
"//conditions:default": [
"process-wrapper.cc",
"process-wrapper.h",
@@ -33,7 +32,6 @@ cc_binary(
linkopts = ["-lm"],
deps = select({
"//src/conditions:windows": [],
- "//src/conditions:windows_msvc": [],
"//conditions:default": [
":process-tools",
":logging",
@@ -45,7 +43,6 @@ cc_binary(
name = "build-runfiles",
srcs = select({
"//src/conditions:windows": ["build-runfiles-windows.cc"],
- "//src/conditions:windows_msvc": ["build-runfiles-windows.cc"],
"//conditions:default": ["build-runfiles.cc"],
}),
)
@@ -57,8 +54,6 @@ cc_binary(
"//src/conditions:darwin_x86_64": ["dummy-sandbox.c"],
"//src/conditions:freebsd": ["dummy-sandbox.c"],
"//src/conditions:windows": ["dummy-sandbox.c"],
- "//src/conditions:windows_msys": ["dummy-sandbox.c"],
- "//src/conditions:windows_msvc": ["dummy-sandbox.c"],
"//conditions:default": [
"linux-sandbox.cc",
"linux-sandbox.h",
@@ -74,8 +69,6 @@ cc_binary(
"//src/conditions:darwin_x86_64": [],
"//src/conditions:freebsd": [],
"//src/conditions:windows": [],
- "//src/conditions:windows_msys": [],
- "//src/conditions:windows_msvc": [],
"//conditions:default": [
":logging",
":process-tools",