| Index: gpu/command_buffer/service/BUILD.gn
|
| diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
|
| index 44b090907fe82366e4a5240e256d27ce634d2278..7414195f6c1e454bf1cbdda3ee959581f9afec04 100644
|
| --- a/gpu/command_buffer/service/BUILD.gn
|
| +++ b/gpu/command_buffer/service/BUILD.gn
|
| @@ -62,7 +62,6 @@ source_set("service") {
|
| "gles2_cmd_validation_implementation_autogen.h",
|
| "gpu_scheduler.cc",
|
| "gpu_scheduler.h",
|
| - "gpu_scheduler_mock.h",
|
| "gpu_state_tracer.cc",
|
| "gpu_state_tracer.h",
|
| "gpu_switches.cc",
|
| @@ -86,7 +85,6 @@ source_set("service") {
|
| "mailbox_manager_sync.h",
|
| "memory_program_cache.cc",
|
| "memory_program_cache.h",
|
| - "mocks.h",
|
| "program_cache.cc",
|
| "program_cache.h",
|
| "program_manager.cc",
|
| @@ -135,6 +133,7 @@ source_set("service") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//crypto",
|
| + "//gpu/config",
|
| "//third_party/angle:translator",
|
| "//third_party/protobuf:protobuf_lite",
|
| "//third_party/re2",
|
|
|