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

Side by Side Diff: components/gcm_driver.gypi

Issue 1293393003: Componentize gcm_account_tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « components/components_tests.gyp ('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/common 8 # GN version: //components/gcm_driver/common
9 'target_name': 'gcm_driver_common', 9 'target_name': 'gcm_driver_common',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 27 matching lines...) Expand all
38 '..', 38 '..',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 # Note: file list duplicated in GN build. 41 # Note: file list duplicated in GN build.
42 'gcm_driver/android/component_jni_registrar.cc', 42 'gcm_driver/android/component_jni_registrar.cc',
43 'gcm_driver/android/component_jni_registrar.h', 43 'gcm_driver/android/component_jni_registrar.h',
44 'gcm_driver/default_gcm_app_handler.cc', 44 'gcm_driver/default_gcm_app_handler.cc',
45 'gcm_driver/default_gcm_app_handler.h', 45 'gcm_driver/default_gcm_app_handler.h',
46 'gcm_driver/gcm_account_mapper.cc', 46 'gcm_driver/gcm_account_mapper.cc',
47 'gcm_driver/gcm_account_mapper.h', 47 'gcm_driver/gcm_account_mapper.h',
48 'gcm_driver/gcm_account_tracker.cc',
49 'gcm_driver/gcm_account_tracker.h',
48 'gcm_driver/gcm_activity.cc', 50 'gcm_driver/gcm_activity.cc',
49 'gcm_driver/gcm_activity.h', 51 'gcm_driver/gcm_activity.h',
50 'gcm_driver/gcm_app_handler.cc', 52 'gcm_driver/gcm_app_handler.cc',
51 'gcm_driver/gcm_app_handler.h', 53 'gcm_driver/gcm_app_handler.h',
52 'gcm_driver/gcm_backoff_policy.cc', 54 'gcm_driver/gcm_backoff_policy.cc',
53 'gcm_driver/gcm_backoff_policy.h', 55 'gcm_driver/gcm_backoff_policy.h',
54 'gcm_driver/gcm_channel_status_request.cc', 56 'gcm_driver/gcm_channel_status_request.cc',
55 'gcm_driver/gcm_channel_status_request.h', 57 'gcm_driver/gcm_channel_status_request.h',
56 'gcm_driver/gcm_channel_status_syncer.cc', 58 'gcm_driver/gcm_channel_status_syncer.cc',
57 'gcm_driver/gcm_channel_status_syncer.h', 59 'gcm_driver/gcm_channel_status_syncer.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'variables': { 276 'variables': {
275 'jni_gen_package': 'components/gcm_driver', 277 'jni_gen_package': 'components/gcm_driver',
276 }, 278 },
277 'includes': [ '../build/jni_generator.gypi' ], 279 'includes': [ '../build/jni_generator.gypi' ],
278 }, 280 },
279 ], 281 ],
280 }, 282 },
281 ], 283 ],
282 ], 284 ],
283 } 285 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698