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

Side by Side Diff: components/gcm_driver.gypi

Issue 1339803003: Move gcm_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gritsettings Created 5 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/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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'gcm_driver/gcm_connection_observer.cc', 66 'gcm_driver/gcm_connection_observer.cc',
67 'gcm_driver/gcm_connection_observer.h', 67 'gcm_driver/gcm_connection_observer.h',
68 'gcm_driver/gcm_delayed_task_controller.cc', 68 'gcm_driver/gcm_delayed_task_controller.cc',
69 'gcm_driver/gcm_delayed_task_controller.h', 69 'gcm_driver/gcm_delayed_task_controller.h',
70 'gcm_driver/gcm_driver.cc', 70 'gcm_driver/gcm_driver.cc',
71 'gcm_driver/gcm_driver.h', 71 'gcm_driver/gcm_driver.h',
72 'gcm_driver/gcm_driver_android.cc', 72 'gcm_driver/gcm_driver_android.cc',
73 'gcm_driver/gcm_driver_android.h', 73 'gcm_driver/gcm_driver_android.h',
74 'gcm_driver/gcm_driver_desktop.cc', 74 'gcm_driver/gcm_driver_desktop.cc',
75 'gcm_driver/gcm_driver_desktop.h', 75 'gcm_driver/gcm_driver_desktop.h',
76 'gcm_driver/gcm_internals_constants.cc',
77 'gcm_driver/gcm_internals_constants.h',
76 'gcm_driver/gcm_stats_recorder_impl.cc', 78 'gcm_driver/gcm_stats_recorder_impl.cc',
77 'gcm_driver/gcm_stats_recorder_impl.h', 79 'gcm_driver/gcm_stats_recorder_impl.h',
78 'gcm_driver/registration_info.cc', 80 'gcm_driver/registration_info.cc',
79 'gcm_driver/registration_info.h', 81 'gcm_driver/registration_info.h',
80 'gcm_driver/system_encryptor.cc', 82 'gcm_driver/system_encryptor.cc',
81 'gcm_driver/system_encryptor.h', 83 'gcm_driver/system_encryptor.h',
82 ], 84 ],
83 'conditions': [ 85 'conditions': [
84 ['OS == "android"', { 86 ['OS == "android"', {
85 'dependencies': [ 87 'dependencies': [
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'variables': { 278 'variables': {
277 'jni_gen_package': 'components/gcm_driver', 279 'jni_gen_package': 'components/gcm_driver',
278 }, 280 },
279 'includes': [ '../build/jni_generator.gypi' ], 281 'includes': [ '../build/jni_generator.gypi' ],
280 }, 282 },
281 ], 283 ],
282 }, 284 },
283 ], 285 ],
284 ], 286 ],
285 } 287 }
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