summaryrefslogtreecommitdiffstats
path: root/chrome/test/test_launcher_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/test_launcher_utils.cc')
-rw-r--r--chrome/test/test_launcher_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/test_launcher_utils.cc b/chrome/test/test_launcher_utils.cc
index 5b93422..26b80a3 100644
--- a/chrome/test/test_launcher_utils.cc
+++ b/chrome/test/test_launcher_utils.cc
@@ -34,7 +34,7 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
command_line->AppendSwitchASCII(switches::kLoggingLevel, "1"); // warning
// TODO(apatrick): Other pending changes will fix this for mac.
-#if !defined(OS_MACOSX)
+#if !defined(OS_MACOSX) && !defined(OS_LINUX)
// Force all tests to use OSMesa if they launch the GPU process.
command_line->AppendSwitchASCII(switches::kUseGL,
gfx::kGLImplementationOSMesaName);