diff options
author | MHX348@motorola.com <MHX348@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-01 01:51:36 +0000 |
---|---|---|
committer | MHX348@motorola.com <MHX348@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-01 01:51:36 +0000 |
commit | d5cc8698565b83d73f48113e0cc9b56089ba618b (patch) | |
tree | 6f16c914fba0d2a67419905a5ba0c5aefa50a1d4 /extensions/common/DEPS | |
parent | 2305fe778dd33e2bf0cb25d2b60af58738bc5e7d (diff) | |
download | chromium_src-d5cc8698565b83d73f48113e0cc9b56089ba618b.zip chromium_src-d5cc8698565b83d73f48113e0cc9b56089ba618b.tar.gz chromium_src-d5cc8698565b83d73f48113e0cc9b56089ba618b.tar.bz2 |
Move DraggableRegion to top directory src/extensions/common
BUG=162530
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12088089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/DEPS')
-rw-r--r-- | extensions/common/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/common/DEPS b/extensions/common/DEPS index 630953d..7be5af8 100644 --- a/extensions/common/DEPS +++ b/extensions/common/DEPS @@ -1,3 +1,4 @@ include_rules = [ - "+content/public/common" + "+content/public/common", + "+ui/gfx" ] |