summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/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 /components/enhanced_bookmarks/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 'components/enhanced_bookmarks/DEPS')
-rw-r--r--components/enhanced_bookmarks/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/enhanced_bookmarks/DEPS b/components/enhanced_bookmarks/DEPS
index c37b153..34abc99 100644
--- a/components/enhanced_bookmarks/DEPS
+++ b/components/enhanced_bookmarks/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+components/bookmarks/core",
+ "+components/bookmarks",
"+sql",
"+ui",
]