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

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

Issue 221453003: Removing the mock-keychain related bool from GCMStore constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving all of the encryptor calls from tests to chrome binary Created 6 years, 8 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'engine/checkin_request.cc', 47 'engine/checkin_request.cc',
48 'engine/checkin_request.h', 48 'engine/checkin_request.h',
49 'engine/connection_factory.cc', 49 'engine/connection_factory.cc',
50 'engine/connection_factory.h', 50 'engine/connection_factory.h',
51 'engine/connection_factory_impl.cc', 51 'engine/connection_factory_impl.cc',
52 'engine/connection_factory_impl.h', 52 'engine/connection_factory_impl.h',
53 'engine/connection_handler.cc', 53 'engine/connection_handler.cc',
54 'engine/connection_handler.h', 54 'engine/connection_handler.h',
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_internals_builder.cc',
58 'engine/gcm_internals_builder.h',
57 'engine/gcm_store.cc', 59 'engine/gcm_store.cc',
58 'engine/gcm_store.h', 60 'engine/gcm_store.h',
59 'engine/gcm_store_impl.cc', 61 'engine/gcm_store_impl.cc',
60 'engine/gcm_store_impl.h', 62 'engine/gcm_store_impl.h',
61 'engine/heartbeat_manager.cc', 63 'engine/heartbeat_manager.cc',
62 'engine/heartbeat_manager.h', 64 'engine/heartbeat_manager.h',
63 'engine/mcs_client.cc', 65 'engine/mcs_client.cc',
64 'engine/mcs_client.h', 66 'engine/mcs_client.h',
65 'engine/registration_info.cc', 67 'engine/registration_info.cc',
66 'engine/registration_info.h', 68 'engine/registration_info.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'engine/gcm_store_impl_unittest.cc', 138 'engine/gcm_store_impl_unittest.cc',
137 'engine/heartbeat_manager_unittest.cc', 139 'engine/heartbeat_manager_unittest.cc',
138 'engine/mcs_client_unittest.cc', 140 'engine/mcs_client_unittest.cc',
139 'engine/registration_request_unittest.cc', 141 'engine/registration_request_unittest.cc',
140 'engine/unregistration_request_unittest.cc', 142 'engine/unregistration_request_unittest.cc',
141 'gcm_client_impl_unittest.cc' 143 'gcm_client_impl_unittest.cc'
142 ] 144 ]
143 }, 145 },
144 ], 146 ],
145 } 147 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698