Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / base / test / BUILD.gn
index 088f1d5..3aefb72 100644 (file)
@@ -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",