From 5da9380c7854a095cdb8388575ea1a93fa1def6f Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Sat, 24 May 2014 01:35:01 +0000 Subject: Move all gcm activity types out of GCMStatsRecorder This is needed to remove dependency on GCMStatsRecorder from GCMClient. BUG=356716 TEST=existing tests TBR=arv@chromium.org Review URL: https://codereview.chromium.org/294053017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272675 0039d316-1c4b-4281-b951-d872f2087c98 --- google_apis/gcm/gcm.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'google_apis/gcm/gcm.gyp') diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp index ba9bf0c..33365f0 100644 --- a/google_apis/gcm/gcm.gyp +++ b/google_apis/gcm/gcm.gyp @@ -69,6 +69,8 @@ 'engine/registration_request.h', 'engine/unregistration_request.cc', 'engine/unregistration_request.h', + 'gcm_activity.cc', + 'gcm_activity.h', 'gcm_client.cc', 'gcm_client.h', 'gcm_client_impl.cc', -- cgit v1.1