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

Side by Side Diff: base/prefs/README

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « base/prefs/OWNERS ('k') | base/prefs/base_prefs_export.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Prefs is a general-purpose key-value store for application preferences.
2
3 The Prefs code lives in base/prefs but is not part of the
4 'base/base.gyp:base' library because of a desire to keep its use
5 optional. If you use Prefs, you should add a GYP dependency on
6 base/base.gyp:base_prefs.
OLDNEW
« no previous file with comments | « base/prefs/OWNERS ('k') | base/prefs/base_prefs_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698