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

Unified Diff: services/preferences/public/cpp/DEPS

Issue 2759413002: Move PrefStoreManagerImpl into //services/preferences. (Closed)
Patch Set: Update newly-added test. Created 3 years, 9 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 | « services/preferences/public/cpp/BUILD.gn ('k') | services/preferences/public/cpp/pref_service_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/DEPS
diff --git a/services/preferences/public/cpp/DEPS b/services/preferences/public/cpp/DEPS
index 6f12abbd10c07a663d9055f5459c1c0158196e9d..cd9a290a461846b2e1a282eac40b92c09e0b30cc 100644
--- a/services/preferences/public/cpp/DEPS
+++ b/services/preferences/public/cpp/DEPS
@@ -1,4 +1,11 @@
include_rules = [
"+components/prefs",
"+components/user_prefs/tracked",
+ "-services/preferences",
+ "+services/preferences/public",
]
+specific_include_rules = {
+ "pref_service_main\.cc": [
+ "+services/preferences",
+ ],
+}
« no previous file with comments | « services/preferences/public/cpp/BUILD.gn ('k') | services/preferences/public/cpp/pref_service_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698