summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authornaiem.shaik@gmail.com <naiem.shaik@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 17:16:04 +0000
committernaiem.shaik@gmail.com <naiem.shaik@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 17:16:04 +0000
commita90c8cae340737062a8ab03af4667a55ebac103c (patch)
treef3e1989f1df095e3c11215d50e4e772ce6e9e7cd /chrome/browser/DEPS
parent3520beb6abd07f51fc784d210240c6d604edecc7 (diff)
downloadchromium_src-a90c8cae340737062a8ab03af4667a55ebac103c.zip
chromium_src-a90c8cae340737062a8ab03af4667a55ebac103c.tar.gz
chromium_src-a90c8cae340737062a8ab03af4667a55ebac103c.tar.bz2
Move bookmarks/core/... to bookmarks/...
Bookmarks is not a layered component, so there is no need for the two level deep hierarchy, switch code from components/bookmarks/core/... to components/bookmarks/... BUG=370434 TEST=components_unittests --gtest_filter=Bookmark* R=blundell@chromium.org,sdefresne@chromium.org TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/284893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 6f2091e..abd3c8a 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -12,9 +12,9 @@ include_rules = [
"+components/autofill/content/common",
"+components/autofill/core/browser",
"+components/autofill/core/common",
- "+components/bookmarks/core/browser",
- "+components/bookmarks/core/common",
- "+components/bookmarks/core/test",
+ "+components/bookmarks/browser",
+ "+components/bookmarks/common",
+ "+components/bookmarks/test",
"+components/breakpad",
"+components/cdm/browser",
"+components/cloud_devices/common",