diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 17:26:08 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 17:26:08 +0000 |
commit | 15922df76cf1cd7b647509cc2918cea054b05caf (patch) | |
tree | 81e9317cfd8e14cae35dda6e494b70dd88343349 /build/all.gyp | |
parent | 0346023c3a4180f8cf67d4e825beb87bdbd98f73 (diff) | |
download | chromium_src-15922df76cf1cd7b647509cc2918cea054b05caf.zip chromium_src-15922df76cf1cd7b647509cc2918cea054b05caf.tar.gz chromium_src-15922df76cf1cd7b647509cc2918cea054b05caf.tar.bz2 |
Ups the size of the desktop window that is created so tests pass. We
likely want to provide a test DesktopHost implementation for the
tests, but this makes a test pass for now. Also, adds
aura_shell_unittests to all.gyp.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8222008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 4671f65..f3995c4 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -606,6 +606,7 @@ 'dependencies': [ '../chrome/chrome.gyp:chrome', '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', + '../ui/aura_shell/aura_shell.gyp:aura_shell_unittests', '../ui/aura/aura.gyp:*', '../ui/gfx/compositor/compositor.gyp:*', '../views/views.gyp:views', |