From 91695a31a8414f87a21ad2f32c4a122f5823bdfa Mon Sep 17 00:00:00 2001 From: juliexxia Date: Fri, 5 Jan 2018 08:24:25 -0800 Subject: 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 --- third_party/ijar/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'third_party') 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": [ ], }), -- cgit v1.2.3