diff options
author | szym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 18:43:05 +0000 |
---|---|---|
committer | szym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 18:43:05 +0000 |
commit | b0b030a20fa83016f85ae7297c6d1eeeef156b86 (patch) | |
tree | 836d9fc2e7b64eec1bfd4bb5625efd30185c34af /content/shell/DEPS | |
parent | 919c97811dd5ac7c9c8e2a955f9a158114dbeba6 (diff) | |
download | chromium_src-b0b030a20fa83016f85ae7297c6d1eeeef156b86.zip chromium_src-b0b030a20fa83016f85ae7297c6d1eeeef156b86.tar.gz chromium_src-b0b030a20fa83016f85ae7297c6d1eeeef156b86.tar.bz2 |
Revert 148130 - "Don't run content_browsertests on aura yet"
Revert 148135 - "Make content_shell working with aura"
Fails to compile on Win Aura.
TBR=jam@chromium.org
TBR=hongbo.min@intel.com
Review URL: https://chromiumcodereview.appspot.com/10790151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 916ccac..ce20828 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -10,8 +10,4 @@ include_rules = [ # Shell resources "+grit/shell_resources.h", - - # The content_shell for aura must work with the views and aura - "+ui/views", - "+ui/aura", ] |