diff options
author | naiem.shaik@gmail.com <naiem.shaik@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 17:16:04 +0000 |
---|---|---|
committer | naiem.shaik@gmail.com <naiem.shaik@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 17:16:04 +0000 |
commit | a90c8cae340737062a8ab03af4667a55ebac103c (patch) | |
tree | f3e1989f1df095e3c11215d50e4e772ce6e9e7cd /chrome/common_constants.gyp | |
parent | 3520beb6abd07f51fc784d210240c6d604edecc7 (diff) | |
download | chromium_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/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index 8df1796..c4061ba 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -70,7 +70,7 @@ 'dependencies': [ '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', - '../components/components.gyp:bookmarks_core_common', + '../components/components.gyp:bookmarks_common', '../components/nacl.gyp:nacl_switches', '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', ], |