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', |
(...skipping 16 matching lines...) Expand all Loading... |
27 # disable policy. Most source files should go in the conditional | 27 # disable policy. Most source files should go in the conditional |
28 # sources list below. | 28 # sources list below. |
29 # url_blacklist_manager.h is used by managed mode. | 29 # url_blacklist_manager.h is used by managed mode. |
30 'core/browser/url_blacklist_manager.cc', | 30 'core/browser/url_blacklist_manager.cc', |
31 'core/browser/url_blacklist_manager.h', | 31 'core/browser/url_blacklist_manager.h', |
32 ], | 32 ], |
33 'conditions': [ | 33 'conditions': [ |
34 # GN version: //components/policy/core/browser | 34 # GN version: //components/policy/core/browser |
35 ['configuration_policy==1', { | 35 ['configuration_policy==1', { |
36 'dependencies': [ | 36 'dependencies': [ |
37 'autofill_core_browser', | 37 '../third_party/icu/icu.gyp:icui18n', |
| 38 '../third_party/icu/icu.gyp:icuuc', |
38 'autofill_core_common', | 39 'autofill_core_common', |
39 'cloud_policy_proto', | 40 'cloud_policy_proto', |
40 'policy', | 41 'policy', |
41 ], | 42 ], |
42 'sources': [ | 43 'sources': [ |
43 'core/browser/autofill_policy_handler.cc', | 44 'core/browser/autofill_policy_handler.cc', |
44 'core/browser/autofill_policy_handler.h', | 45 'core/browser/autofill_policy_handler.h', |
45 'core/browser/browser_policy_connector.cc', | 46 'core/browser/browser_policy_connector.cc', |
46 'core/browser/browser_policy_connector.h', | 47 'core/browser/browser_policy_connector.h', |
47 'core/browser/browser_policy_connector_ios.h', | 48 'core/browser/browser_policy_connector_ios.h', |
48 'core/browser/browser_policy_connector_ios.mm', | 49 'core/browser/browser_policy_connector_ios.mm', |
49 'core/browser/cloud/message_util.cc', | 50 'core/browser/cloud/message_util.cc', |
50 'core/browser/cloud/message_util.h', | 51 'core/browser/cloud/message_util.h', |
51 'core/browser/configuration_policy_handler.cc', | 52 'core/browser/configuration_policy_handler.cc', |
52 'core/browser/configuration_policy_handler.h', | 53 'core/browser/configuration_policy_handler.h', |
53 'core/browser/configuration_policy_handler_list.cc', | 54 'core/browser/configuration_policy_handler_list.cc', |
54 'core/browser/configuration_policy_handler_list.h', | 55 'core/browser/configuration_policy_handler_list.h', |
55 'core/browser/configuration_policy_pref_store.cc', | 56 'core/browser/configuration_policy_pref_store.cc', |
56 'core/browser/configuration_policy_pref_store.h', | 57 'core/browser/configuration_policy_pref_store.h', |
57 'core/browser/managed_bookmarks_tracker.cc', | 58 'core/browser/managed_bookmarks_tracker.cc', |
58 'core/browser/managed_bookmarks_tracker.h', | 59 'core/browser/managed_bookmarks_tracker.h', |
59 'core/browser/policy_error_map.cc', | 60 'core/browser/policy_error_map.cc', |
60 'core/browser/policy_error_map.h', | 61 'core/browser/policy_error_map.h', |
61 'core/browser/url_blacklist_policy_handler.cc', | 62 'core/browser/url_blacklist_policy_handler.cc', |
62 'core/browser/url_blacklist_policy_handler.h', | 63 'core/browser/url_blacklist_policy_handler.h', |
63 ], | 64 ], |
64 }], | 65 }], |
65 ], | 66 ], |
66 } | 67 } |
OLD | NEW |