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', |
57 'gcm_driver', | 58 'gcm_driver', |
58 'keyed_service_core', | 59 'keyed_service_core', |
59 'pref_registry', | 60 'pref_registry', |
60 'signin_core_browser', | 61 'signin_core_browser', |
61 ], | 62 ], |
62 'export_dependent_settings': [ | 63 'export_dependent_settings': [ |
63 'invalidation_public', | 64 'invalidation_public', |
64 ], | 65 ], |
65 'include_dirs': [ | 66 'include_dirs': [ |
66 '..', | 67 '..', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 'variables': { | 241 'variables': { |
241 'jni_gen_package': 'components/invalidation', | 242 'jni_gen_package': 'components/invalidation', |
242 }, | 243 }, |
243 'includes': [ '../build/jni_generator.gypi' ], | 244 'includes': [ '../build/jni_generator.gypi' ], |
244 }, | 245 }, |
245 ], | 246 ], |
246 }, | 247 }, |
247 ], | 248 ], |
248 ], | 249 ], |
249 } | 250 } |
OLD | NEW |