Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / base / test / BUILD.gn
index 3106343..ae15fd5 100644 (file)
@@ -2,6 +2,8 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+import("//build/config/ui.gni")
+
 static_library("test_support_base") {
   external = true
   sources = [
@@ -111,7 +113,7 @@ static_library("test_support_base") {
     # Pull in specific Mac files for iOS (which have been filtered out
     # by file name rules).
     set_sources_assignment_filter([])
-    sources += "test_file_util_mac.cc"
+    sources += [ "test_file_util_mac.cc" ]
   }
   if (toolkit_uses_gtk) {
     configs += [ "//build/config/linux:gtk" ]