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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../base/base.gyp:base_prefs', | |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
11 '../ui/base/ui_base.gyp:ui_base', | 10 '../ui/base/ui_base.gyp:ui_base', |
12 '../url/url.gyp:url_lib', | 11 '../url/url.gyp:url_lib', |
13 'bookmarks_browser', | 12 'bookmarks_browser', |
14 'bookmarks_managed', | 13 'bookmarks_managed', |
15 'components_strings.gyp:components_strings', | 14 'components_strings.gyp:components_strings', |
16 'keyed_service_core', | 15 'keyed_service_core', |
17 'pref_registry', | 16 'pref_registry', |
| 17 'prefs/prefs.gyp:prefs', |
18 'url_matcher', | 18 'url_matcher', |
19 ], | 19 ], |
20 'defines': [ | 20 'defines': [ |
21 'POLICY_COMPONENT_IMPLEMENTATION', | 21 'POLICY_COMPONENT_IMPLEMENTATION', |
22 ], | 22 ], |
23 'include_dirs': [ | 23 'include_dirs': [ |
24 '..', | 24 '..', |
25 ], | 25 ], |
26 'sources': [ | 26 'sources': [ |
27 # Note that these sources are always included, even for builds that | 27 # Note that these sources are always included, even for builds that |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'core/browser/android/component_jni_registrar.h', | 75 'core/browser/android/component_jni_registrar.h', |
76 'core/browser/android/policy_converter.cc', | 76 'core/browser/android/policy_converter.cc', |
77 'core/browser/android/policy_converter.h', | 77 'core/browser/android/policy_converter.h', |
78 ], | 78 ], |
79 'dependencies': [ 'policy_jni_headers' ] | 79 'dependencies': [ 'policy_jni_headers' ] |
80 }] | 80 }] |
81 ] | 81 ] |
82 }], | 82 }], |
83 ], | 83 ], |
84 } | 84 } |
OLD | NEW |