Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7109)

Unified Diff: chrome/test/base/test_launcher_utils.cc

Issue 9478015: Aura: Build on the linux desktop, plus add USE_ASH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to minimize shell.h change Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/common.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_launcher_utils.cc
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
index d6757674869a41e061d72af6585a37463ec23986..31b9543d3bcb8bcd84c0594b1160f5d68bdf2f5d 100644
--- a/chrome/test/base/test_launcher_utils.cc
+++ b/chrome/test/base/test_launcher_utils.cc
@@ -14,7 +14,7 @@
#include "chrome/common/chrome_switches.h"
#include "ui/gfx/gl/gl_switches.h"
-#if defined(USE_AURA)
+#if defined(USE_ASH)
#include "ash/ash_switches.h"
#endif
@@ -52,8 +52,7 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
// The tests assume that file:// URIs can freely access other file:// URIs.
command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
- // TODO(beng): USE_ASH.
-#if defined(USE_AURA)
+#if defined(USE_ASH)
// Disable window animations under aura as the animations effect the
// coordinates returned and result in flake.
command_line->AppendSwitch(ash::switches::kAuraWindowAnimationsDisabled);
« build/common.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698