From d3aed04beda42fbffd8a23bdf13a722b02d78edd Mon Sep 17 00:00:00 2001 From: "zea@chromium.org" Date: Sat, 29 Mar 2014 00:06:35 +0000 Subject: [PATCH] [GCM] Cleanup for ios enabling BUG=342317 Review URL: https://codereview.chromium.org/211973003 git-svn-id: http://src.chromium.org/svn/trunk/src/build@260313 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.gyp b/all.gyp index ae07b2e8d..ee57a1811 100644 --- a/all.gyp +++ b/all.gyp @@ -362,7 +362,7 @@ 'chromium_swarm_tests', ], }], - ['OS!="android" and OS!="ios"', { + ['OS!="android"', { 'dependencies': [ '../google_apis/gcm/gcm.gyp:gcm_unit_tests', ],