summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/all.gyp1
-rw-r--r--ui/aura/aura_test_base.cc2
2 files changed, 2 insertions, 1 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',
diff --git a/ui/aura/aura_test_base.cc b/ui/aura/aura_test_base.cc
index aefeea1..9d3e547 100644
--- a/ui/aura/aura_test_base.cc
+++ b/ui/aura/aura_test_base.cc
@@ -43,7 +43,7 @@ void AuraTestBase::SetUp() {
// TestDesktopDelegate is owned by the desktop.
new TestDesktopDelegate();
Desktop::GetInstance()->Show();
- Desktop::GetInstance()->SetSize(gfx::Size(500, 500));
+ Desktop::GetInstance()->SetSize(gfx::Size(600, 600));
}
void AuraTestBase::TearDown() {