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