Index: components/gcm_driver/BUILD.gn |
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn |
index d02948b7daf391ef10e5dd09a2b7bd56265b9569..1e779c929791b88290aff57338c040623627c6ab 100644 |
--- a/components/gcm_driver/BUILD.gn |
+++ b/components/gcm_driver/BUILD.gn |
@@ -161,6 +161,7 @@ source_set("unit_tests") { |
"//base", |
"//base:prefs_test_support", |
"//base/test:test_support", |
+ "//components/signin/core/browser:test_support", |
"//google_apis:test_support", |
"//google_apis/gcm:test_support", |
"//net:test_support", |
@@ -169,6 +170,10 @@ source_set("unit_tests") { |
"//third_party/protobuf:protobuf_lite", |
] |
+ if (is_chromeos) { |
+ deps += [ "//chromeos:chromeos" ] |
+ } |
+ |
if (is_android) { |
sources -= [ |
"gcm_account_mapper_unittest.cc", |