diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 20:43:10 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 20:43:10 +0000 |
commit | f54bd1779f114be16dd4b4007f1ed68c2041cc68 (patch) | |
tree | c26379932e05757286184a6a15c8021231987488 /content/test/DEPS | |
parent | ce4f353e191b1aa40d48b7ee6f39365ade3db507 (diff) | |
download | chromium_src-f54bd1779f114be16dd4b4007f1ed68c2041cc68.zip chromium_src-f54bd1779f114be16dd4b4007f1ed68c2041cc68.tar.gz chromium_src-f54bd1779f114be16dd4b4007f1ed68c2041cc68.tar.bz2 |
Aura: Adds custom cursors for drag and drop (second attempt:
first attempt reverted due to build break:
http://codereview.chromium.org/10316019 )
BUG=121135
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10378079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/DEPS')
-rw-r--r-- | content/test/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/test/DEPS b/content/test/DEPS index 1d02736..6a0754a 100644 --- a/content/test/DEPS +++ b/content/test/DEPS @@ -3,5 +3,6 @@ include_rules = [ # Testing utilities can access anything in content/ "+content", "+media/base", # For ChannelLayout in WebRTC tests. - "+ui/base/resource/data_pack.h" + "+ui/aura/test/test_aura_initializer.h", + "+ui/base/resource/data_pack.h", ] |