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

Side by Side Diff: components/gcm_driver.gypi

Issue 561943002: Reland: Add GCMChannelStatusSyncer to schedule requests and enable/disable GCM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CrOS test failures Created 6 years, 3 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
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service.cc ('k') | components/gcm_driver/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/gcm_driver 8 # GN version: //components/gcm_driver
9 'target_name': 'gcm_driver', 9 'target_name': 'gcm_driver',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 15 matching lines...) Expand all
26 'gcm_driver/gcm_account_mapper.cc', 26 'gcm_driver/gcm_account_mapper.cc',
27 'gcm_driver/gcm_account_mapper.h', 27 'gcm_driver/gcm_account_mapper.h',
28 'gcm_driver/gcm_activity.cc', 28 'gcm_driver/gcm_activity.cc',
29 'gcm_driver/gcm_activity.h', 29 'gcm_driver/gcm_activity.h',
30 'gcm_driver/gcm_app_handler.cc', 30 'gcm_driver/gcm_app_handler.cc',
31 'gcm_driver/gcm_app_handler.h', 31 'gcm_driver/gcm_app_handler.h',
32 'gcm_driver/gcm_backoff_policy.cc', 32 'gcm_driver/gcm_backoff_policy.cc',
33 'gcm_driver/gcm_backoff_policy.h', 33 'gcm_driver/gcm_backoff_policy.h',
34 'gcm_driver/gcm_channel_status_request.cc', 34 'gcm_driver/gcm_channel_status_request.cc',
35 'gcm_driver/gcm_channel_status_request.h', 35 'gcm_driver/gcm_channel_status_request.h',
36 'gcm_driver/gcm_channel_status_syncer.cc',
37 'gcm_driver/gcm_channel_status_syncer.h',
36 'gcm_driver/gcm_client.cc', 38 'gcm_driver/gcm_client.cc',
37 'gcm_driver/gcm_client.h', 39 'gcm_driver/gcm_client.h',
38 'gcm_driver/gcm_client_factory.cc', 40 'gcm_driver/gcm_client_factory.cc',
39 'gcm_driver/gcm_client_factory.h', 41 'gcm_driver/gcm_client_factory.h',
40 'gcm_driver/gcm_client_impl.cc', 42 'gcm_driver/gcm_client_impl.cc',
41 'gcm_driver/gcm_client_impl.h', 43 'gcm_driver/gcm_client_impl.h',
42 'gcm_driver/gcm_connection_observer.cc', 44 'gcm_driver/gcm_connection_observer.cc',
43 'gcm_driver/gcm_connection_observer.h', 45 'gcm_driver/gcm_connection_observer.h',
44 'gcm_driver/gcm_delayed_task_controller.cc', 46 'gcm_driver/gcm_delayed_task_controller.cc',
45 'gcm_driver/gcm_delayed_task_controller.h', 47 'gcm_driver/gcm_delayed_task_controller.h',
(...skipping 20 matching lines...) Expand all
66 'gcm_driver_jni_headers', 68 'gcm_driver_jni_headers',
67 ], 69 ],
68 'dependencies!': [ 70 'dependencies!': [
69 '../google_apis/gcm/gcm.gyp:gcm', 71 '../google_apis/gcm/gcm.gyp:gcm',
70 ], 72 ],
71 'sources!': [ 73 'sources!': [
72 'gcm_driver/gcm_account_mapper.cc', 74 'gcm_driver/gcm_account_mapper.cc',
73 'gcm_driver/gcm_account_mapper.h', 75 'gcm_driver/gcm_account_mapper.h',
74 'gcm_driver/gcm_channel_status_request.cc', 76 'gcm_driver/gcm_channel_status_request.cc',
75 'gcm_driver/gcm_channel_status_request.h', 77 'gcm_driver/gcm_channel_status_request.h',
78 'gcm_driver/gcm_channel_status_syncer.cc',
79 'gcm_driver/gcm_channel_status_syncer.h',
76 'gcm_driver/gcm_client_factory.cc', 80 'gcm_driver/gcm_client_factory.cc',
77 'gcm_driver/gcm_client_factory.h', 81 'gcm_driver/gcm_client_factory.h',
78 'gcm_driver/gcm_client_impl.cc', 82 'gcm_driver/gcm_client_impl.cc',
79 'gcm_driver/gcm_client_impl.h', 83 'gcm_driver/gcm_client_impl.h',
80 'gcm_driver/gcm_delayed_task_controller.cc', 84 'gcm_driver/gcm_delayed_task_controller.cc',
81 'gcm_driver/gcm_delayed_task_controller.h', 85 'gcm_driver/gcm_delayed_task_controller.h',
82 'gcm_driver/gcm_driver_desktop.cc', 86 'gcm_driver/gcm_driver_desktop.cc',
83 'gcm_driver/gcm_driver_desktop.h', 87 'gcm_driver/gcm_driver_desktop.h',
84 'gcm_driver/gcm_stats_recorder_impl.cc', 88 'gcm_driver/gcm_stats_recorder_impl.cc',
85 'gcm_driver/gcm_stats_recorder_impl.h', 89 'gcm_driver/gcm_stats_recorder_impl.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'variables': { 158 'variables': {
155 'jni_gen_package': 'components/gcm_driver', 159 'jni_gen_package': 'components/gcm_driver',
156 }, 160 },
157 'includes': [ '../build/jni_generator.gypi' ], 161 'includes': [ '../build/jni_generator.gypi' ],
158 }, 162 },
159 ], 163 ],
160 }, 164 },
161 ], 165 ],
162 ], 166 ],
163 } 167 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service.cc ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698