Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8415)

Unified Diff: components/cloud_devices/common/BUILD.gn

Issue 406683004: Add more components tests to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/captive_portal/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cloud_devices/common/BUILD.gn
diff --git a/components/cloud_devices/common/BUILD.gn b/components/cloud_devices/common/BUILD.gn
index 800146f8bfb17c83352db365c43c98c23e8dcb8d..b0661c7612443d7357b129d2dab3bcb1a56a099e 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",
+ ]
+}
« no previous file with comments | « components/captive_portal/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698