Index: components/gcm_driver/instance_id/BUILD.gn |
diff --git a/components/gcm_driver/instance_id/BUILD.gn b/components/gcm_driver/instance_id/BUILD.gn |
index 16a3324cea8d92aa701925954e6393d1ec9f5741..26d8dfc5857ad2dfe6a7b697cf51948dc3311e12 100644 |
--- a/components/gcm_driver/instance_id/BUILD.gn |
+++ b/components/gcm_driver/instance_id/BUILD.gn |
@@ -17,10 +17,8 @@ static_library("instance_id") { |
deps = [ |
"//base", |
- "//components/gcm_driver", |
"//crypto", |
] |
- allow_circular_includes_from = [ "//components/gcm_driver" ] |
if (is_android) { |
sources -= [ |