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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |