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

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

Issue 1137463003: Support getting and deleting token for Instance ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new files Created 5 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'engine/gcm_store.cc', 60 'engine/gcm_store.cc',
61 'engine/gcm_store.h', 61 'engine/gcm_store.h',
62 'engine/gcm_store_impl.cc', 62 'engine/gcm_store_impl.cc',
63 'engine/gcm_store_impl.h', 63 'engine/gcm_store_impl.h',
64 'engine/gservices_settings.cc', 64 'engine/gservices_settings.cc',
65 'engine/gservices_settings.h', 65 'engine/gservices_settings.h',
66 'engine/heartbeat_manager.cc', 66 'engine/heartbeat_manager.cc',
67 'engine/heartbeat_manager.h', 67 'engine/heartbeat_manager.h',
68 'engine/mcs_client.cc', 68 'engine/mcs_client.cc',
69 'engine/mcs_client.h', 69 'engine/mcs_client.h',
70 'engine/registration_info.cc',
71 'engine/registration_info.h',
72 'engine/registration_request.cc', 70 'engine/registration_request.cc',
73 'engine/registration_request.h', 71 'engine/registration_request.h',
74 'engine/unregistration_request.cc', 72 'engine/unregistration_request.cc',
75 'engine/unregistration_request.h', 73 'engine/unregistration_request.h',
76 'monitoring/gcm_stats_recorder.h', 74 'monitoring/gcm_stats_recorder.h',
77 'protocol/android_checkin.proto', 75 'protocol/android_checkin.proto',
78 'protocol/checkin.proto', 76 'protocol/checkin.proto',
79 'protocol/mcs.proto', 77 'protocol/mcs.proto',
80 ], 78 ],
81 'includes': [ 79 'includes': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'engine/gcm_store_impl_unittest.cc', 166 'engine/gcm_store_impl_unittest.cc',
169 'engine/gservices_settings_unittest.cc', 167 'engine/gservices_settings_unittest.cc',
170 'engine/heartbeat_manager_unittest.cc', 168 'engine/heartbeat_manager_unittest.cc',
171 'engine/mcs_client_unittest.cc', 169 'engine/mcs_client_unittest.cc',
172 'engine/registration_request_unittest.cc', 170 'engine/registration_request_unittest.cc',
173 'engine/unregistration_request_unittest.cc', 171 'engine/unregistration_request_unittest.cc',
174 ] 172 ]
175 }, 173 },
176 ], 174 ],
177 } 175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698