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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2586323002: mus: Use ui::ContextProviderCommandBuffer. (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | services/ui/public/cpp/context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index bb3e590a9b2a02ba6f8e532350ce7f0370fd982e..0830bc8a794ea93b1bd404da9a718f2bb1f33b10 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -8,7 +8,6 @@ import("//build/config/ui.gni")
# implementation (and private haders) are in 'internal'.
source_set("cpp") {
sources = [
- "context_provider.h",
"input_event_handler.h",
"property_type_converters.h",
"raster_thread_helper.h",
@@ -31,11 +30,7 @@ source_set("cpp") {
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/common",
"//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
"//services/ui/public/cpp/gpu",
@@ -93,9 +88,6 @@ source_set("internal") {
]
sources = [
- "context_provider.cc",
- "gles2_context.cc",
- "gles2_context.h",
"in_flight_change.cc",
"in_flight_change.h",
"property_type_converters.cc",
@@ -117,14 +109,7 @@ source_set("internal") {
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gles2_cmd_helper",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/client:gles2_interface",
- "//gpu/command_buffer/common",
- "//gpu/ipc/client",
"//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/ui/common:mus_common",
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | services/ui/public/cpp/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698