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

Side by Side Diff: components/gcm_driver.gypi

Issue 1515153003: Enable chrome://gcm-internals on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 84 'gcm_driver/gcm_internals_helper.cc',
85 'gcm_driver/gcm_internals_helper.h', 85 'gcm_driver/gcm_internals_helper.h',
86 'gcm_driver/gcm_profile_service.cc', 86 'gcm_driver/gcm_profile_service.cc',
87 'gcm_driver/gcm_profile_service.h', 87 'gcm_driver/gcm_profile_service.h',
88 'gcm_driver/gcm_stats_recorder_android.cc',
89 'gcm_driver/gcm_stats_recorder_android.h',
88 'gcm_driver/gcm_stats_recorder_impl.cc', 90 'gcm_driver/gcm_stats_recorder_impl.cc',
89 'gcm_driver/gcm_stats_recorder_impl.h', 91 'gcm_driver/gcm_stats_recorder_impl.h',
90 'gcm_driver/registration_info.cc', 92 'gcm_driver/registration_info.cc',
91 'gcm_driver/registration_info.h', 93 'gcm_driver/registration_info.h',
92 'gcm_driver/system_encryptor.cc', 94 'gcm_driver/system_encryptor.cc',
93 'gcm_driver/system_encryptor.h', 95 'gcm_driver/system_encryptor.h',
94 ], 96 ],
95 'conditions': [ 97 'conditions': [
96 ['OS == "android"', { 98 ['OS == "android"', {
97 'dependencies': [ 99 'dependencies': [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'variables': { 320 'variables': {
319 'jni_gen_package': 'components/gcm_driver', 321 'jni_gen_package': 'components/gcm_driver',
320 }, 322 },
321 'includes': [ '../build/jni_generator.gypi' ], 323 'includes': [ '../build/jni_generator.gypi' ],
322 }, 324 },
323 ], 325 ],
324 }, 326 },
325 ], 327 ],
326 ], 328 ],
327 } 329 }
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