diff options
author | sherouk <sherouk@google.com> | 2015-09-02 12:02:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-02 19:03:30 +0000 |
commit | 710734d485dce1e1935daf3ed53cde34a5473058 (patch) | |
tree | 7c780d62a2ad0e3de41ab8892c879e18c76e5fce /BUILD.gn | |
parent | b7b621a4fd840789beab4623879026a59014b9f2 (diff) | |
download | chromium_src-710734d485dce1e1935daf3ed53cde34a5473058.zip chromium_src-710734d485dce1e1935daf3ed53cde34a5473058.tar.gz chromium_src-710734d485dce1e1935daf3ed53cde34a5473058.tar.bz2 |
Adding google_apis_unittests to dependencies on ios.
BUG=459705
Review URL: https://codereview.chromium.org/1314823007
Cr-Commit-Position: refs/heads/master@{#346981}
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,6 +359,7 @@ group("both_gn_and_gyp") { deps += [ "//base:base_i18n_perftests", "//base:base_perftests", + "//google_apis:google_apis_unittests", ] } @@ -386,7 +387,6 @@ group("both_gn_and_gyp") { "//device:device_unittests", "//gin:gin_shell", "//gin:gin_unittests", - "//google_apis:google_apis_unittests", "//google_apis/gcm:mcs_probe", "//gpu:angle_unittests", "//gpu:gpu_perftests", |