diff options
Diffstat (limited to 'base/test/BUILD.gn')
-rw-r--r-- | base/test/BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn index 088f1d5..3aefb72e 100644 --- a/base/test/BUILD.gn +++ b/base/test/BUILD.gn @@ -2,9 +2,12 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//build/config/android/rules.gni") import("//build/config/ui.gni") +if (is_android) { + import("//build/config/android/rules.gni") +} + source_set("test_support") { sources = [ "expectations/expectation.cc", |