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

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

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/cloud_devices.gypi ('k') | components/component_updater.gypi » ('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 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",
]
« no previous file with comments | « components/cloud_devices.gypi ('k') | components/component_updater.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698