Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Side by Side Diff: google_apis/gcm/gcm.gyp

Issue 294053017: Move all gcm activity types out of GCMStatsRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'engine/heartbeat_manager.cc', 62 'engine/heartbeat_manager.cc',
63 'engine/heartbeat_manager.h', 63 'engine/heartbeat_manager.h',
64 'engine/mcs_client.cc', 64 'engine/mcs_client.cc',
65 'engine/mcs_client.h', 65 'engine/mcs_client.h',
66 'engine/registration_info.cc', 66 'engine/registration_info.cc',
67 'engine/registration_info.h', 67 'engine/registration_info.h',
68 'engine/registration_request.cc', 68 'engine/registration_request.cc',
69 'engine/registration_request.h', 69 'engine/registration_request.h',
70 'engine/unregistration_request.cc', 70 'engine/unregistration_request.cc',
71 'engine/unregistration_request.h', 71 'engine/unregistration_request.h',
72 'gcm_activity.cc',
73 'gcm_activity.h',
72 'gcm_client.cc', 74 'gcm_client.cc',
73 'gcm_client.h', 75 'gcm_client.h',
74 'gcm_client_impl.cc', 76 'gcm_client_impl.cc',
75 'gcm_client_impl.h', 77 'gcm_client_impl.h',
76 'monitoring/gcm_stats_recorder.cc', 78 'monitoring/gcm_stats_recorder.cc',
77 'monitoring/gcm_stats_recorder.h', 79 'monitoring/gcm_stats_recorder.h',
78 'protocol/android_checkin.proto', 80 'protocol/android_checkin.proto',
79 'protocol/checkin.proto', 81 'protocol/checkin.proto',
80 'protocol/mcs.proto', 82 'protocol/mcs.proto',
81 ], 83 ],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'engine/heartbeat_manager_unittest.cc', 147 'engine/heartbeat_manager_unittest.cc',
146 'engine/mcs_client_unittest.cc', 148 'engine/mcs_client_unittest.cc',
147 'engine/registration_request_unittest.cc', 149 'engine/registration_request_unittest.cc',
148 'engine/unregistration_request_unittest.cc', 150 'engine/unregistration_request_unittest.cc',
149 'gcm_client_impl_unittest.cc', 151 'gcm_client_impl_unittest.cc',
150 'monitoring/gcm_stats_recorder_unittest.cc' 152 'monitoring/gcm_stats_recorder_unittest.cc'
151 ] 153 ]
152 }, 154 },
153 ], 155 ],
154 } 156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698