| 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",
|
| + ]
|
| +}
|
|
|