Chromium Code Reviews| Index: google_apis/BUILD.gn |
| diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn |
| index f4efc66488dc0533881dc16edd9cfbb280ce9c61..197ccfbb64a55341486d603b7ab37c4b67f589c3 100644 |
| --- a/google_apis/BUILD.gn |
| +++ b/google_apis/BUILD.gn |
| @@ -182,14 +182,6 @@ google_apis_tmpl("google_apis") { |
| ] |
| } |
| -if (is_android) { |
| - google_apis_tmpl("google_apis_small") { |
| - deps = [ |
| - "//net:net_small", |
| - ] |
| - } |
| -} |
| - |
| source_set("test_support") { |
| testonly = true |
| sources = [ |