diff options
Diffstat (limited to 'components/gcm_driver/instance_id/BUILD.gn')
-rw-r--r-- | components/gcm_driver/instance_id/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/gcm_driver/instance_id/BUILD.gn b/components/gcm_driver/instance_id/BUILD.gn index 4da83de..3e77929 100644 --- a/components/gcm_driver/instance_id/BUILD.gn +++ b/components/gcm_driver/instance_id/BUILD.gn @@ -18,6 +18,7 @@ source_set("instance_id") { "//components/gcm_driver", "//crypto", ] + allow_circular_includes_from = [ "//components/gcm_driver" ] if (is_android) { sources -= [ @@ -41,6 +42,7 @@ source_set("test_support") { deps = [ ":instance_id", + "//base", "//components/gcm_driver:test_support", "//testing/gtest", ] @@ -55,6 +57,8 @@ source_set("unit_tests") { deps = [ ":instance_id", ":test_support", + "//base", + "//google_apis/gcm", "//testing/gtest", ] } |