OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/syncable_prefs | 8 # GN version: //components/syncable_prefs |
9 'target_name': 'syncable_prefs', | 9 'target_name': 'syncable_prefs', |
10 'type': 'static_library', | 10 'type': 'static_library', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
13 '../sync/sync.gyp:sync', | 13 '../components/sync.gyp:sync', |
14 'pref_registry', | 14 'pref_registry', |
15 'prefs/prefs.gyp:prefs', | 15 'prefs/prefs.gyp:prefs', |
16 ], | 16 ], |
17 'include_dirs': [ | 17 'include_dirs': [ |
18 '..', | 18 '..', |
19 ], | 19 ], |
20 'sources': [ | 20 'sources': [ |
21 'syncable_prefs/pref_model_associator.cc', | 21 'syncable_prefs/pref_model_associator.cc', |
22 'syncable_prefs/pref_model_associator.h', | 22 'syncable_prefs/pref_model_associator.h', |
23 'syncable_prefs/pref_model_associator_client.h', | 23 'syncable_prefs/pref_model_associator_client.h', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 ], | 55 ], |
56 'sources': [ | 56 'sources': [ |
57 'syncable_prefs/pref_service_mock_factory.cc', | 57 'syncable_prefs/pref_service_mock_factory.cc', |
58 'syncable_prefs/pref_service_mock_factory.h', | 58 'syncable_prefs/pref_service_mock_factory.h', |
59 'syncable_prefs/testing_pref_service_syncable.cc', | 59 'syncable_prefs/testing_pref_service_syncable.cc', |
60 'syncable_prefs/testing_pref_service_syncable.h', | 60 'syncable_prefs/testing_pref_service_syncable.h', |
61 ], | 61 ], |
62 }, | 62 }, |
63 ], | 63 ], |
64 } | 64 } |
OLD | NEW |