| 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 @@
|
| "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 @@
|
| "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 @@
|
| "//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",
|
|
|