summaryrefslogtreecommitdiffstats
path: root/components/cloud_devices
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-21 17:24:48 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-21 17:24:48 +0000
commita439c144e36da5666f438e60cb445005364ef03d (patch)
tree7dc1fc14c36852f1f1904192aee33e74ceb7bac9 /components/cloud_devices
parenta9c3c50d08644bdbe35d62adb523f3ec80a4a6ae (diff)
downloadchromium_src-a439c144e36da5666f438e60cb445005364ef03d.zip
chromium_src-a439c144e36da5666f438e60cb445005364ef03d.tar.gz
chromium_src-a439c144e36da5666f438e60cb445005364ef03d.tar.bz2
Add more components tests to the GN build.
R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/406683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/cloud_devices')
-rw-r--r--components/cloud_devices/common/BUILD.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/components/cloud_devices/common/BUILD.gn b/components/cloud_devices/common/BUILD.gn
index 800146f..b0661c7 100644
--- a/components/cloud_devices/common/BUILD.gn
+++ b/components/cloud_devices/common/BUILD.gn
@@ -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",
+ ]
+}