summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-22 17:05:52 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-22 17:05:52 +0000
commit343d6c97a813b0777174eaed5b91ea6b6d3e3c52 (patch)
tree43f63eae268b22992e607939f8247a167b240da9 /base
parent329e1443d63762f147d15037133291047adc4184 (diff)
downloadchromium_src-343d6c97a813b0777174eaed5b91ea6b6d3e3c52.zip
chromium_src-343d6c97a813b0777174eaed5b91ea6b6d3e3c52.tar.gz
chromium_src-343d6c97a813b0777174eaed5b91ea6b6d3e3c52.tar.bz2
Update readme for Prefs now that it's fully componentized.
BUG=155525 Review URL: https://codereview.chromium.org/12729025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/prefs/README12
1 files changed, 4 insertions, 8 deletions
diff --git a/base/prefs/README b/base/prefs/README
index a49604e..52d9c43 100644
--- a/base/prefs/README
+++ b/base/prefs/README
@@ -1,10 +1,6 @@
Prefs is a general-purpose key-value store for application preferences.
-At the moment, src/base/prefs has a bunch of dependencies back to
-src/chrome, and thus should only be used by code under src/chrome.
-
-We are working to remove these dependencies; once we do so,
-src/base/prefs will be available as a separate module, 'base_prefs',
-from src/base/base.gyp.
-
-Until that happens, please do not try to reuse outside of chrome/.
+The Prefs code lives in base/prefs but is not part of the
+'base/base.gyp:base' library because of a desire to keep its use
+optional. If you use Prefs, you should add a GYP dependency on
+base/base.gyp:base_prefs.