diff options
author | hongbo.min@intel.com <hongbo.min@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 17:07:38 +0000 |
---|---|---|
committer | hongbo.min@intel.com <hongbo.min@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 17:07:38 +0000 |
commit | dad4c3e277bcb20ed0703a5ec55f2f8b4cd2aae9 (patch) | |
tree | 117baadc5c6abe93f7c93f25a6b199d04372d3f0 /content/shell/DEPS | |
parent | 647286e9552dc7fa21423b4fb982dac975cda53d (diff) | |
download | chromium_src-dad4c3e277bcb20ed0703a5ec55f2f8b4cd2aae9.zip chromium_src-dad4c3e277bcb20ed0703a5ec55f2f8b4cd2aae9.tar.gz chromium_src-dad4c3e277bcb20ed0703a5ec55f2f8b4cd2aae9.tar.bz2 |
Make content_shell working with aura
BUG=138525
TEST=content_browsertests
Review URL: https://chromiumcodereview.appspot.com/10802064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index ce20828..916ccac 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -10,4 +10,8 @@ include_rules = [ # Shell resources "+grit/shell_resources.h", + + # The content_shell for aura must work with the views and aura + "+ui/views", + "+ui/aura", ] |