README
1Prefs is a general-purpose key-value store for application preferences. 2 3The 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 5optional. If you use Prefs, you should add a GYP dependency on 6base/base.gyp:base_prefs. 7