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

Unified Diff: gpu/command_buffer/client/BUILD.gn

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: Address James' comments 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/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index 01a90a3a2e3bb65baa177d7b61e7e1a0ac4b2ec3..afd03a4bc3262c419e88aaa97be2822ae0294589 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -84,6 +84,8 @@ gles2_implementation_source_files = [
"gpu_memory_buffer_factory.h",
"gpu_memory_buffer_tracker.cc",
"gpu_memory_buffer_tracker.h",
+ "gpu_switches.cc",
+ "gpu_switches.h",
"program_info_manager.cc",
"program_info_manager.h",
"query_tracker.cc",
@@ -123,7 +125,6 @@ component("gles2_implementation") {
"//base",
"//gpu/command_buffer/common",
"//ui/gfx/geometry",
- "//ui/gl",
]
}
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698