Index: components/cloud_devices/common/BUILD.gn |
diff --git a/components/cloud_devices/common/BUILD.gn b/components/cloud_devices/common/BUILD.gn |
index 0c5c3c86933caa6fb0efd637c06c9e218447bd62..18ed60337022609a7eb0e4873b247edbd7c4b9f1 100644 |
--- a/components/cloud_devices/common/BUILD.gn |
+++ b/components/cloud_devices/common/BUILD.gn |
@@ -20,7 +20,9 @@ static_library("common") { |
] |
deps = [ |
"//base", |
+ "//google_apis", |
"//net", |
+ "//url", |
] |
} |
@@ -33,6 +35,7 @@ source_set("unit_tests") { |
deps = [ |
":common", |
+ "//base", |
"//testing/gmock", |
"//testing/gtest", |
] |