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

Unified Diff: ui/gl/gl_switches.cc

Issue 603273003: Prevent static mojo builds from pulling //ui/gl into mojo_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No need to export Created 6 years, 3 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
« gpu/command_buffer/client/gpu_switches.cc ('K') | « ui/gl/gl_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_switches.cc
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
index e5e9f254bf693907b44c467da189eae9d5660b2c..89598b937cbeaf9aa87d049b5c18206df8833720 100644
--- a/ui/gl/gl_switches.cc
+++ b/ui/gl/gl_switches.cc
@@ -25,8 +25,8 @@ const char kDisableD3D11[] = "disable-d3d11";
const char kDisableGpuVsync[] = "disable-gpu-vsync";
// Turns on GPU logging (debug build only).
-const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging";
const char kEnableGPUClientLogging[] = "enable-gpu-client-logging";
jamesr 2014/09/26 19:14:25 you have to delete this or you have ODR violations
DaveMoore 2014/09/26 20:10:16 This one is kEnableGPUClientLogging The new one is
DaveMoore 2014/09/26 22:31:08 Done.
+const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging";
// Turns on calling TRACE for every GL call.
const char kEnableGPUServiceTracing[] = "enable-gpu-service-tracing";
« gpu/command_buffer/client/gpu_switches.cc ('K') | « ui/gl/gl_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698