| Index: components/invalidation/impl/BUILD.gn | 
| diff --git a/components/invalidation/impl/BUILD.gn b/components/invalidation/impl/BUILD.gn | 
| index f01269c64a2e7da4319950417bb73a3bc21e2140..95be996861d2eca752e682854f5b19c234099a02 100644 | 
| --- a/components/invalidation/impl/BUILD.gn | 
| +++ b/components/invalidation/impl/BUILD.gn | 
| @@ -132,13 +132,15 @@ static_library("test_support") { | 
| "//jingle:notifier_test_util", | 
| "//net", | 
| "//testing/gmock", | 
| -    "//third_party/cacheinvalidation", | 
|  | 
| # TODO(sync): Remove this (http://crbug.com/133352); | 
| "//third_party/protobuf:protobuf_lite", | 
|  | 
| # "//third_party/cacheinvalidation/src/google/cacheinvalidation:cacheinvalidation_proto_cpp", | 
| ] | 
| +  public_deps = [ | 
| +    "//third_party/cacheinvalidation", | 
| +  ] | 
|  | 
| if (is_android) { | 
| deps += [ ":jni_headers" ] | 
|  |