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

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

Issue 443573002: [GCM] Adding status to AccountMapping structure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing status from the serialized form of account mapping per CR Created 6 years, 4 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/gcm_store_impl_unittest.cc ('k') | no next file » | 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 27 matching lines...) Expand all
38 '../../url/url.gyp:url_lib', 38 '../../url/url.gyp:url_lib',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 # Note: sources list duplicated in GN build. 41 # Note: sources list duplicated in GN build.
42 'base/mcs_message.cc', 42 'base/mcs_message.cc',
43 'base/mcs_message.h', 43 'base/mcs_message.h',
44 'base/mcs_util.cc', 44 'base/mcs_util.cc',
45 'base/mcs_util.h', 45 'base/mcs_util.h',
46 'base/socket_stream.cc', 46 'base/socket_stream.cc',
47 'base/socket_stream.h', 47 'base/socket_stream.h',
48 'engine/account_info.cc', 48 'engine/account_mapping.cc',
49 'engine/account_info.h', 49 'engine/account_mapping.h',
50 'engine/checkin_request.cc', 50 'engine/checkin_request.cc',
51 'engine/checkin_request.h', 51 'engine/checkin_request.h',
52 'engine/connection_factory.cc', 52 'engine/connection_factory.cc',
53 'engine/connection_factory.h', 53 'engine/connection_factory.h',
54 'engine/connection_factory_impl.cc', 54 'engine/connection_factory_impl.cc',
55 'engine/connection_factory_impl.h', 55 'engine/connection_factory_impl.h',
56 'engine/connection_handler.cc', 56 'engine/connection_handler.cc',
57 'engine/connection_handler.h', 57 'engine/connection_handler.h',
58 'engine/connection_handler_impl.cc', 58 'engine/connection_handler_impl.cc',
59 'engine/connection_handler_impl.h', 59 'engine/connection_handler_impl.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '../../net/net.gyp:net_test_support', 154 '../../net/net.gyp:net_test_support',
155 '../../testing/gtest.gyp:gtest', 155 '../../testing/gtest.gyp:gtest',
156 '../../third_party/protobuf/protobuf.gyp:protobuf_lite', 156 '../../third_party/protobuf/protobuf.gyp:protobuf_lite',
157 'gcm', 157 'gcm',
158 'gcm_test_support' 158 'gcm_test_support'
159 ], 159 ],
160 'sources': [ 160 'sources': [
161 'base/mcs_message_unittest.cc', 161 'base/mcs_message_unittest.cc',
162 'base/mcs_util_unittest.cc', 162 'base/mcs_util_unittest.cc',
163 'base/socket_stream_unittest.cc', 163 'base/socket_stream_unittest.cc',
164 'engine/account_info_unittest.cc', 164 'engine/account_mapping_unittest.cc',
165 'engine/checkin_request_unittest.cc', 165 'engine/checkin_request_unittest.cc',
166 'engine/connection_factory_impl_unittest.cc', 166 'engine/connection_factory_impl_unittest.cc',
167 'engine/connection_handler_impl_unittest.cc', 167 'engine/connection_handler_impl_unittest.cc',
168 'engine/gcm_store_impl_unittest.cc', 168 'engine/gcm_store_impl_unittest.cc',
169 'engine/gservices_settings_unittest.cc', 169 'engine/gservices_settings_unittest.cc',
170 'engine/heartbeat_manager_unittest.cc', 170 'engine/heartbeat_manager_unittest.cc',
171 'engine/mcs_client_unittest.cc', 171 'engine/mcs_client_unittest.cc',
172 'engine/registration_request_unittest.cc', 172 'engine/registration_request_unittest.cc',
173 'engine/unregistration_request_unittest.cc', 173 'engine/unregistration_request_unittest.cc',
174 ] 174 ]
175 }, 175 },
176 ], 176 ],
177 } 177 }
OLDNEW
« no previous file with comments | « google_apis/gcm/engine/gcm_store_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698