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

Unified Diff: chrome/browser/autofill/DEPS

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 years 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
Index: chrome/browser/autofill/DEPS
diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
index 32aaa6ccae5a3aaf3d3b14fef85d80667c6b9351..7ecc80cfb7994e982a21e92b07309b1d897af091 100644
--- a/chrome/browser/autofill/DEPS
+++ b/chrome/browser/autofill/DEPS
@@ -12,6 +12,9 @@ include_rules = [
# Components-like DEPS above go here.
"+third_party/libphonenumber", # For phone number i18n.
+ # Will go away once Prefs completes its move to base/prefs/.
Mattias Nissler (ping if slow) 2012/12/19 19:50:22 How so? You need the syncable bits, which will nev
Jói 2012/12/20 16:30:31 Hmm, good point, some more work would be needed e.
+ "+chrome/browser/prefs",
+
# TODO(joi): May be able to remove this if PKS is moved to c/b/api.
"!chrome/browser/profiles/profile_keyed_service.h",

Powered by Google App Engine
This is Rietveld 408576698