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

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

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 years, 5 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
« no previous file with comments | « services/ui/gles2/raster_thread_helper.cc ('k') | services/ui/public/cpp/lib/gles2_context.cc » ('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 fcd6927024bb5a5f2276b4dbbdda3a09b831d74d..001833b4fc759c60157e044507d3ae5d3242f353 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -17,6 +17,7 @@ source_set("cpp") {
"lib/in_flight_change.h",
"lib/output_surface.cc",
"lib/property_type_converters.cc",
+ "lib/raster_thread_helper.cc",
"lib/scoped_window_ptr.cc",
"lib/window.cc",
"lib/window_observer.cc",
@@ -28,6 +29,7 @@ source_set("cpp") {
"lib/window_tree_host_factory.cc",
"output_surface.h",
"property_type_converters.h",
+ "raster_thread_helper.h",
"scoped_window_ptr.h",
"window.h",
"window_manager_delegate.cc",
@@ -63,7 +65,6 @@ source_set("cpp") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/ipc/client",
"//services/shell/public/cpp",
- "//services/ui/gles2:lib",
"//services/ui/public/interfaces",
"//ui/display",
"//ui/events",
« no previous file with comments | « services/ui/gles2/raster_thread_helper.cc ('k') | services/ui/public/cpp/lib/gles2_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698