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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 ], | 43 ], |
44 }, | 44 }, |
45 { | 45 { |
46 # GN version: //components/invalidation/impl | 46 # GN version: //components/invalidation/impl |
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', | |
54 '../google_apis/google_apis.gyp:google_apis', | 53 '../google_apis/google_apis.gyp:google_apis', |
55 '../jingle/jingle.gyp:notifier', | 54 '../jingle/jingle.gyp:notifier', |
56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 55 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
57 'data_use_measurement_core', | 56 'data_use_measurement_core', |
58 'gcm_driver', | 57 'gcm_driver', |
59 'keyed_service_core', | 58 'keyed_service_core', |
60 'pref_registry', | 59 'pref_registry', |
| 60 'prefs/prefs.gyp:prefs', |
61 'signin_core_browser', | 61 'signin_core_browser', |
62 ], | 62 ], |
63 'export_dependent_settings': [ | 63 'export_dependent_settings': [ |
64 'invalidation_public', | 64 'invalidation_public', |
65 ], | 65 ], |
66 'include_dirs': [ | 66 'include_dirs': [ |
67 '..', | 67 '..', |
68 ], | 68 ], |
69 'sources': [ | 69 'sources': [ |
70 # Note: sources list duplicated in GN build. | 70 # Note: sources list duplicated in GN build. |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 'variables': { | 245 'variables': { |
246 'jni_gen_package': 'components/invalidation', | 246 'jni_gen_package': 'components/invalidation', |
247 }, | 247 }, |
248 'includes': [ '../build/jni_generator.gypi' ], | 248 'includes': [ '../build/jni_generator.gypi' ], |
249 }, | 249 }, |
250 ], | 250 ], |
251 }, | 251 }, |
252 ], | 252 ], |
253 ], | 253 ], |
254 } | 254 } |
OLD | NEW |