| 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/invalidation/public | 8 # GN version: //components/invalidation/public |
| 9 'target_name': 'invalidation_public', | 9 'target_name': 'invalidation_public', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'target_name': 'invalidation_impl', | 47 'target_name': 'invalidation_impl', |
| 48 'type': 'static_library', | 48 'type': 'static_library', |
| 49 'dependencies': [ | 49 'dependencies': [ |
| 50 'invalidation_public', | 50 'invalidation_public', |
| 51 '../base/base.gyp:base', | 51 '../base/base.gyp:base', |
| 52 '../base/base.gyp:base_i18n', | 52 '../base/base.gyp:base_i18n', |
| 53 '../base/base.gyp:base_prefs', | 53 '../base/base.gyp:base_prefs', |
| 54 '../google_apis/google_apis.gyp:google_apis', | 54 '../google_apis/google_apis.gyp:google_apis', |
| 55 '../jingle/jingle.gyp:notifier', | 55 '../jingle/jingle.gyp:notifier', |
| 56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 57 'data_use_measurement_core', | |
| 58 'gcm_driver', | 57 'gcm_driver', |
| 59 'keyed_service_core', | 58 'keyed_service_core', |
| 60 'pref_registry', | 59 'pref_registry', |
| 61 'signin_core_browser', | 60 'signin_core_browser', |
| 62 ], | 61 ], |
| 63 'export_dependent_settings': [ | 62 'export_dependent_settings': [ |
| 64 'invalidation_public', | 63 'invalidation_public', |
| 65 ], | 64 ], |
| 66 'include_dirs': [ | 65 'include_dirs': [ |
| 67 '..', | 66 '..', |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'variables': { | 240 'variables': { |
| 242 'jni_gen_package': 'components/invalidation', | 241 'jni_gen_package': 'components/invalidation', |
| 243 }, | 242 }, |
| 244 'includes': [ '../build/jni_generator.gypi' ], | 243 'includes': [ '../build/jni_generator.gypi' ], |
| 245 }, | 244 }, |
| 246 ], | 245 ], |
| 247 }, | 246 }, |
| 248 ], | 247 ], |
| 249 ], | 248 ], |
| 250 } | 249 } |
| OLD | NEW |