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

Unified Diff: services/ui/surfaces/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/service.cc ('k') | services/ui/surfaces/direct_output_surface_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index 6a2501ca70b6e6cceb18748c788cc370ef4fb6fe..31a22a21e4e575141041c1edb2446abdd62465f4 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -31,7 +31,6 @@ source_set("surfaces") {
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
"//services/ui/common:mus_common",
- "//services/ui/gles2",
"//services/ui/gpu",
"//services/ui/public/interfaces",
"//ui/gfx",
@@ -43,8 +42,6 @@ source_set("surfaces") {
sources += [
"direct_output_surface_ozone.cc",
"direct_output_surface_ozone.h",
- "ozone_gpu_memory_buffer_manager.cc",
- "ozone_gpu_memory_buffer_manager.h",
]
deps += [ "//gpu/command_buffer/common" ]
}
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/surfaces/direct_output_surface_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698