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

Side by Side Diff: components/gcm_driver.gypi

Issue 515763002: [GCM] Extracting GCMConnectionObserver from GCMAppHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback 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 | « no previous file | components/gcm_driver/default_gcm_app_handler.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 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_activity.cc', 26 'gcm_driver/gcm_activity.cc',
27 'gcm_driver/gcm_activity.h', 27 'gcm_driver/gcm_activity.h',
28 'gcm_driver/gcm_app_handler.cc', 28 'gcm_driver/gcm_app_handler.cc',
29 'gcm_driver/gcm_app_handler.h', 29 'gcm_driver/gcm_app_handler.h',
30 'gcm_driver/gcm_client.cc', 30 'gcm_driver/gcm_client.cc',
31 'gcm_driver/gcm_client.h', 31 'gcm_driver/gcm_client.h',
32 'gcm_driver/gcm_client_factory.cc', 32 'gcm_driver/gcm_client_factory.cc',
33 'gcm_driver/gcm_client_factory.h', 33 'gcm_driver/gcm_client_factory.h',
34 'gcm_driver/gcm_client_impl.cc', 34 'gcm_driver/gcm_client_impl.cc',
35 'gcm_driver/gcm_client_impl.h', 35 'gcm_driver/gcm_client_impl.h',
36 'gcm_driver/gcm_connection_observer.cc',
37 'gcm_driver/gcm_connection_observer.h',
36 'gcm_driver/gcm_driver.cc', 38 'gcm_driver/gcm_driver.cc',
37 'gcm_driver/gcm_driver.h', 39 'gcm_driver/gcm_driver.h',
38 'gcm_driver/gcm_driver_android.cc', 40 'gcm_driver/gcm_driver_android.cc',
39 'gcm_driver/gcm_driver_android.h', 41 'gcm_driver/gcm_driver_android.h',
40 'gcm_driver/gcm_driver_desktop.cc', 42 'gcm_driver/gcm_driver_desktop.cc',
41 'gcm_driver/gcm_driver_desktop.h', 43 'gcm_driver/gcm_driver_desktop.h',
42 'gcm_driver/gcm_stats_recorder_impl.cc', 44 'gcm_driver/gcm_stats_recorder_impl.cc',
43 'gcm_driver/gcm_stats_recorder_impl.h', 45 'gcm_driver/gcm_stats_recorder_impl.h',
44 'gcm_driver/system_encryptor.cc', 46 'gcm_driver/system_encryptor.cc',
45 'gcm_driver/system_encryptor.h', 47 'gcm_driver/system_encryptor.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'variables': { 132 'variables': {
131 'jni_gen_package': 'components/gcm_driver', 133 'jni_gen_package': 'components/gcm_driver',
132 }, 134 },
133 'includes': [ '../build/jni_generator.gypi' ], 135 'includes': [ '../build/jni_generator.gypi' ],
134 }, 136 },
135 ], 137 ],
136 }, 138 },
137 ], 139 ],
138 ], 140 ],
139 } 141 }
OLDNEW
« no previous file with comments | « no previous file | components/gcm_driver/default_gcm_app_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698