Chromium Code Reviews| 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..229af56a110e309eaa2c507a301ab278971447a0 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,9 +30,6 @@ 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", |
|
msw
2016/12/19 21:33:33
nit: no longer needed here?
sadrul
2016/12/20 03:53:20
Done.
|
| "//services/service_manager/public/interfaces", |
| @@ -93,9 +89,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,12 +110,6 @@ 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", |
|
msw
2016/12/19 21:33:33
ditto nit
sadrul
2016/12/20 03:53:20
Done.
|
| "//services/service_manager/public/cpp", |