Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / cloud_devices / common / BUILD.gn
index 800146f..b0661c7 100644 (file)
@@ -23,3 +23,16 @@ static_library("common") {
     "//net",
   ]
 }
+
+source_set("unit_tests") {
+  sources = [
+    "cloud_devices_urls_unittest.cc",
+    "printer_description_unittest.cc",
+  ]
+
+  deps = [
+    ":common",
+    "//testing/gmock",
+    "//testing/gtest",
+  ]
+}