aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gif.BUILD
diff options
context:
space:
mode:
authorGravatar Yan Facai (颜发才) <facai.yan@gmail.com>2018-08-14 15:05:02 +0800
committerGravatar Yan Facai (颜发才) <facai.yan@gmail.com>2018-08-14 15:05:02 +0800
commit8f4bb0fed956a35b767c0984d9587636cba661bb (patch)
treebcf8460276aeb730449afec0d930818ac73f4163 /third_party/gif.BUILD
parent0552c2976cf6e4f0f09556d0a3ae5a76509e9a46 (diff)
parentcb53bfaf48588962f5799391d3a7a411dda72b49 (diff)
Merge remote-tracking branch 'upstream/master' into ENH/unsafe_div
Diffstat (limited to 'third_party/gif.BUILD')
-rw-r--r--third_party/gif.BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/gif.BUILD b/third_party/gif.BUILD
index 78fbd6c0e0..cbe730fe10 100644
--- a/third_party/gif.BUILD
+++ b/third_party/gif.BUILD
@@ -21,7 +21,6 @@ cc_library(
],
hdrs = ["lib/gif_lib.h"],
defines = select({
- #"@org_tensorflow//tensorflow:android": [
":android": [
"S_IREAD=S_IRUSR",
"S_IWRITE=S_IWUSR",
@@ -33,7 +32,6 @@ cc_library(
visibility = ["//visibility:public"],
deps = select({
":windows": [":windows_polyfill"],
- ":windows_msvc": [":windows_polyfill"],
"//conditions:default": [],
}),
)
@@ -51,13 +49,6 @@ genrule(
)
config_setting(
- name = "windows_msvc",
- values = {
- "cpu": "x64_windows_msvc",
- },
-)
-
-config_setting(
name = "windows",
values = {
"cpu": "x64_windows",