OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |