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

Unified Diff: gpu/command_buffer/client/gles2_implementation.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: Forgot to remove an extra define in gn 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
Index: gpu/command_buffer/client/gles2_implementation.cc
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
index 974fd7541a84480b9cccf83206fbd0913abcd783..86b1501f188d23c26094fdb0043b75030e6c17aa 100644
--- a/gpu/command_buffer/client/gles2_implementation.cc
+++ b/gpu/command_buffer/client/gles2_implementation.cc
@@ -33,7 +33,7 @@
#if defined(GPU_CLIENT_DEBUG)
#include "base/command_line.h"
-#include "ui/gl/gl_switches.h"
+#include "gpu/command_buffer/client/gpu_switches.h"
#endif
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698