| Index: content/public/gpu/BUILD.gn
|
| diff --git a/content/public/gpu/BUILD.gn b/content/public/gpu/BUILD.gn
|
| index c4c12f0b6c7da9570b5b737c95bfa425189f94d3..708d8b63eec731f478af3edd3847c916479bd987 100644
|
| --- a/content/public/gpu/BUILD.gn
|
| +++ b/content/public/gpu/BUILD.gn
|
| @@ -20,8 +20,6 @@
|
|
|
| sources = [
|
| "content_gpu_client.h",
|
| - "gpu_video_decode_accelerator_factory.cc",
|
| - "gpu_video_decode_accelerator_factory.h",
|
| ]
|
|
|
| deps = [
|
| @@ -29,9 +27,6 @@
|
| "//content:export",
|
| "//content/gpu:gpu_sources",
|
| "//content/public/common:common_sources",
|
| - "//gpu/command_buffer/service:service_sources",
|
| - "//gpu/config:config_sources",
|
| - "//media:media",
|
| ]
|
|
|
| allow_circular_includes_from = [ "//content/gpu:gpu_sources" ]
|
|
|