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

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

Issue 207443002: [GCM] Move registration info persistence from extension state store to GCM store (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 6 years, 9 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
« no previous file with comments | « google_apis/gcm/engine/registration_info.cc ('k') | google_apis/gcm/gcm_client_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'engine/connection_handler_impl.cc', 55 'engine/connection_handler_impl.cc',
56 'engine/connection_handler_impl.h', 56 'engine/connection_handler_impl.h',
57 'engine/gcm_store.cc', 57 'engine/gcm_store.cc',
58 'engine/gcm_store.h', 58 'engine/gcm_store.h',
59 'engine/gcm_store_impl.cc', 59 'engine/gcm_store_impl.cc',
60 'engine/gcm_store_impl.h', 60 'engine/gcm_store_impl.h',
61 'engine/heartbeat_manager.cc', 61 'engine/heartbeat_manager.cc',
62 'engine/heartbeat_manager.h', 62 'engine/heartbeat_manager.h',
63 'engine/mcs_client.cc', 63 'engine/mcs_client.cc',
64 'engine/mcs_client.h', 64 'engine/mcs_client.h',
65 'engine/registration_info.cc',
66 'engine/registration_info.h',
65 'engine/registration_request.cc', 67 'engine/registration_request.cc',
66 'engine/registration_request.h', 68 'engine/registration_request.h',
67 'engine/unregistration_request.cc', 69 'engine/unregistration_request.cc',
68 'engine/unregistration_request.h', 70 'engine/unregistration_request.h',
69 'gcm_client.cc', 71 'gcm_client.cc',
70 'gcm_client.h', 72 'gcm_client.h',
71 'gcm_client_impl.cc', 73 'gcm_client_impl.cc',
72 'gcm_client_impl.h', 74 'gcm_client_impl.h',
73 'protocol/android_checkin.proto', 75 'protocol/android_checkin.proto',
74 'protocol/checkin.proto', 76 'protocol/checkin.proto',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'engine/gcm_store_impl_unittest.cc', 136 'engine/gcm_store_impl_unittest.cc',
135 'engine/heartbeat_manager_unittest.cc', 137 'engine/heartbeat_manager_unittest.cc',
136 'engine/mcs_client_unittest.cc', 138 'engine/mcs_client_unittest.cc',
137 'engine/registration_request_unittest.cc', 139 'engine/registration_request_unittest.cc',
138 'engine/unregistration_request_unittest.cc', 140 'engine/unregistration_request_unittest.cc',
139 'gcm_client_impl_unittest.cc' 141 'gcm_client_impl_unittest.cc'
140 ] 142 ]
141 }, 143 },
142 ], 144 ],
143 } 145 }
OLDNEW
« no previous file with comments | « google_apis/gcm/engine/registration_info.cc ('k') | google_apis/gcm/gcm_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698