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

Side by Side Diff: components/gcm_driver.gypi

Issue 1437133002: Componentize the GCM info collection for gcm-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/ui/webui/gcm_internals_ui.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/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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'gcm_driver/gcm_driver.cc', 74 'gcm_driver/gcm_driver.cc',
75 'gcm_driver/gcm_driver.h', 75 'gcm_driver/gcm_driver.h',
76 'gcm_driver/gcm_driver_android.cc', 76 'gcm_driver/gcm_driver_android.cc',
77 'gcm_driver/gcm_driver_android.h', 77 'gcm_driver/gcm_driver_android.h',
78 'gcm_driver/gcm_driver_constants.cc', 78 'gcm_driver/gcm_driver_constants.cc',
79 'gcm_driver/gcm_driver_constants.h', 79 'gcm_driver/gcm_driver_constants.h',
80 'gcm_driver/gcm_driver_desktop.cc', 80 'gcm_driver/gcm_driver_desktop.cc',
81 'gcm_driver/gcm_driver_desktop.h', 81 'gcm_driver/gcm_driver_desktop.h',
82 'gcm_driver/gcm_internals_constants.cc', 82 'gcm_driver/gcm_internals_constants.cc',
83 'gcm_driver/gcm_internals_constants.h', 83 'gcm_driver/gcm_internals_constants.h',
84 'gcm_driver/gcm_internals_helper.cc',
85 'gcm_driver/gcm_internals_helper.h',
84 'gcm_driver/gcm_profile_service.cc', 86 'gcm_driver/gcm_profile_service.cc',
85 'gcm_driver/gcm_profile_service.h', 87 'gcm_driver/gcm_profile_service.h',
86 'gcm_driver/gcm_stats_recorder_impl.cc', 88 'gcm_driver/gcm_stats_recorder_impl.cc',
87 'gcm_driver/gcm_stats_recorder_impl.h', 89 'gcm_driver/gcm_stats_recorder_impl.h',
88 'gcm_driver/registration_info.cc', 90 'gcm_driver/registration_info.cc',
89 'gcm_driver/registration_info.h', 91 'gcm_driver/registration_info.h',
90 'gcm_driver/system_encryptor.cc', 92 'gcm_driver/system_encryptor.cc',
91 'gcm_driver/system_encryptor.h', 93 'gcm_driver/system_encryptor.h',
92 ], 94 ],
93 'conditions': [ 95 'conditions': [
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'variables': { 293 'variables': {
292 'jni_gen_package': 'components/gcm_driver', 294 'jni_gen_package': 'components/gcm_driver',
293 }, 295 },
294 'includes': [ '../build/jni_generator.gypi' ], 296 'includes': [ '../build/jni_generator.gypi' ],
295 }, 297 },
296 ], 298 ],
297 }, 299 },
298 ], 300 ],
299 ], 301 ],
300 } 302 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/gcm_internals_ui.cc ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698