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

Unified Diff: components/policy/core/browser/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/password_manager/sync/browser/BUILD.gn ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/browser/BUILD.gn
diff --git a/components/policy/core/browser/BUILD.gn b/components/policy/core/browser/BUILD.gn
index 05c61a5e84d74855ed0eee2ea9e4015d76732f09..ff65ce41a7d1b4ef2c6d584c22f819dcb8c42354 100644
--- a/components/policy/core/browser/BUILD.gn
+++ b/components/policy/core/browser/BUILD.gn
@@ -19,12 +19,12 @@ source_set("browser") {
deps = [
"//base",
- "//base:prefs",
"//base/third_party/dynamic_annotations",
"//components/bookmarks/managed",
"//components/keyed_service/core",
"//components/policy/core/common",
"//components/pref_registry",
+ "//components/prefs",
"//components/strings",
"//components/url_matcher",
"//ui/base",
@@ -96,10 +96,10 @@ if (enable_configuration_policy) {
]
deps = [
"//base",
- "//base:prefs_test_support",
"//components/autofill/core/common",
"//components/policy",
"//components/policy:policy_component_test_support",
+ "//components/prefs:test_support",
"//components/proxy_config",
"//components/url_formatter",
"//google_apis",
« no previous file with comments | « components/password_manager/sync/browser/BUILD.gn ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698