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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 | 6 |
7 # GYP version: components/policy.gypi:policy_component_core_browser | 7 # GYP version: components/policy.gypi:policy_component_core_browser |
8 source_set("browser") { | 8 source_set("browser") { |
9 sources = [ | 9 sources = [ |
10 # Note that these sources are always included, even for builds that disable | 10 # Note that these sources are always included, even for builds that disable |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 "configuration_policy_pref_store.h", | 47 "configuration_policy_pref_store.h", |
48 "managed_bookmarks_tracker.cc", | 48 "managed_bookmarks_tracker.cc", |
49 "managed_bookmarks_tracker.h", | 49 "managed_bookmarks_tracker.h", |
50 "policy_error_map.cc", | 50 "policy_error_map.cc", |
51 "policy_error_map.h", | 51 "policy_error_map.h", |
52 "url_blacklist_policy_handler.cc", | 52 "url_blacklist_policy_handler.cc", |
53 "url_blacklist_policy_handler.h", | 53 "url_blacklist_policy_handler.h", |
54 ] | 54 ] |
55 | 55 |
56 deps += [ | 56 deps += [ |
57 "//components/autofill/core/browser", | |
58 "//components/autofill/core/common", | 57 "//components/autofill/core/common", |
59 "//components/policy", | 58 "//components/policy", |
60 "//components/policy/proto", | 59 "//components/policy/proto", |
61 "//third_party/icu", | 60 "//third_party/icu", |
62 ] | 61 ] |
63 } | 62 } |
64 } | 63 } |
OLD | NEW |