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

Unified Diff: components/policy/core/common/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/policy/core/browser/BUILD.gn ('k') | components/precache/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/BUILD.gn
diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
index 8bd89b1c67c21d2bcbcfb437092b01e8c2cd9f6c..f4324684e5a41224a04d82766914edd35f1a1c27 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -136,11 +136,11 @@ source_set("common") {
]
deps = [
"//base:i18n",
- "//base:prefs",
"//base/third_party/dynamic_annotations",
"//components/data_use_measurement/core",
"//components/json_schema",
"//components/policy",
+ "//components/prefs",
"//google_apis",
"//net",
"//third_party/re2",
@@ -283,10 +283,11 @@ if (enable_configuration_policy) {
deps = [
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
"//components/policy",
"//components/policy:policy_component_test_support",
+ "//components/prefs:test_support",
+ "//components/prefs:test_support",
"//google_apis",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « components/policy/core/browser/BUILD.gn ('k') | components/precache/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698