summaryrefslogtreecommitdiffstats
path: root/chrome/common_constants.gyp
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/common_constants.gyp
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/common_constants.gyp')
-rw-r--r--chrome/common_constants.gyp2
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',
],