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', | 8 '../base/base.gyp:base_prefs', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
11 '../ui/base/ui_base.gyp:ui_base', | 11 '../ui/base/ui_base.gyp:ui_base', |
12 '../url/url.gyp:url_lib', | 12 '../url/url.gyp:url_lib', |
13 'bookmarks_browser', | 13 'bookmarks_browser', |
14 'components_strings.gyp:components_strings', | 14 'components_strings.gyp:components_strings', |
| 15 'keyed_service_core', |
15 'pref_registry', | 16 'pref_registry', |
16 'url_matcher', | 17 'url_matcher', |
17 ], | 18 ], |
18 'defines': [ | 19 'defines': [ |
19 'POLICY_COMPONENT_IMPLEMENTATION', | 20 'POLICY_COMPONENT_IMPLEMENTATION', |
20 ], | 21 ], |
21 'include_dirs': [ | 22 'include_dirs': [ |
22 '..', | 23 '..', |
23 ], | 24 ], |
24 'sources': [ | 25 'sources': [ |
(...skipping 30 matching lines...) Expand all Loading... |
55 'core/browser/managed_bookmarks_tracker.cc', | 56 'core/browser/managed_bookmarks_tracker.cc', |
56 'core/browser/managed_bookmarks_tracker.h', | 57 'core/browser/managed_bookmarks_tracker.h', |
57 'core/browser/policy_error_map.cc', | 58 'core/browser/policy_error_map.cc', |
58 'core/browser/policy_error_map.h', | 59 'core/browser/policy_error_map.h', |
59 'core/browser/url_blacklist_policy_handler.cc', | 60 'core/browser/url_blacklist_policy_handler.cc', |
60 'core/browser/url_blacklist_policy_handler.h', | 61 'core/browser/url_blacklist_policy_handler.h', |
61 ], | 62 ], |
62 }], | 63 }], |
63 ], | 64 ], |
64 } | 65 } |
OLD | NEW |