aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar
diff options
context:
space:
mode:
authorGravatar juliexxia <juliexxia@google.com>2018-01-05 08:24:25 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-05 08:25:59 -0800
commit91695a31a8414f87a21ad2f32c4a122f5823bdfa (patch)
tree331ceb2ef069e5e7e652ad6a6d83fe02bb31fd03 /third_party/ijar
parent18fa042d9584f2f4bdde1233169ebe45789b988a (diff)
Automated rollback of commit 9e63684a58025d98bfe2f180d56ba7ece69545ae.
*** Reason for rollback *** Roll forward of commit 86b4532769c22cca2ed7068a60f3326beaad34af after fixing bad import. +small misc fixes suggested by critique *** Original change description *** Automated rollback of commit 86b4532769c22cca2ed7068a60f3326beaad34af. *** Reason for rollback *** Probably breaking //javatests/com/google/devtools/build/lib:Query2Tests *** Original change description *** Restructure how universeScope is used when testing configured query to mimick impending changes to the configured query interface (CL/179872445) which will pull build targets out of the query expression. Fill in testTopLevelTransitions on the way! PiperOrigin-RevId: 180930388
Diffstat (limited to 'third_party/ijar')
-rw-r--r--third_party/ijar/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 90f74c5407..45fca3a6df 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -15,6 +15,9 @@ cc_library(
"//src:windows": [
"mapped_file_windows.cc",
],
+ "//src:windows_msvc": [
+ "mapped_file_windows.cc",
+ ],
"//conditions:default": [
"mapped_file_unix.cc",
],
@@ -32,6 +35,10 @@ cc_library(
"//src/main/cpp/util:errors",
"//src/main/cpp/util:file",
],
+ "//src:windows_msvc": [
+ "//src/main/cpp/util:errors",
+ "//src/main/cpp/util:file",
+ ],
"//conditions:default": [
],
}),