diff options
author | sdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 17:03:21 +0000 |
---|---|---|
committer | sdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 17:03:21 +0000 |
commit | 42c42826138bfd45fc8f27d87a3fc89693881332 (patch) | |
tree | 8656f6206868e27c60188694937f58caff6d9f07 /chrome/browser/DEPS | |
parent | e0bd6c12d6709a8301d416950c4ef5518d55337a (diff) | |
download | chromium_src-42c42826138bfd45fc8f27d87a3fc89693881332.zip chromium_src-42c42826138bfd45fc8f27d87a3fc89693881332.tar.gz chromium_src-42c42826138bfd45fc8f27d87a3fc89693881332.tar.bz2 |
Create bookmarks component with names of bookmark preferences
Introduce a new bookmarks component and update DEPS for chrome/browser
and chrome/chrome_browser.gypi.
Move names of bookmark preferences from chrome/common/pref_names.{cc,h}
to components/bookmarks/core/common/bookmark_pref_names.{cc,h} and add
an include in chrome/common/pref_names.h to limit modification to the
client files.
BUG=360613
TBR=sky
Review URL: https://codereview.chromium.org/228393004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index d0785fd..04cfe6e 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -12,6 +12,7 @@ include_rules = [ "+components/autofill/content/common", "+components/autofill/core/browser", "+components/autofill/core/common", + "+components/bookmarks", "+components/breakpad", "+components/dom_distiller", "+components/domain_reliability", |