Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(780)

Side by Side Diff: components/policy/core/browser/BUILD.gn

Issue 926093002: Remove dependency on autofill_core_browser from policy_component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/favicon_base/BUILD.gn ('k') | components/policy/policy_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « components/favicon_base/BUILD.gn ('k') | components/policy/policy_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698