| Index: chrome/gpu/BUILD.gn
|
| diff --git a/chrome/gpu/BUILD.gn b/chrome/gpu/BUILD.gn
|
| index 35059ac64a232647891641cfb585e18e75f514f4..fbaa83ee8c050b9c9e2aa530c89d081cb8578d6a 100644
|
| --- a/chrome/gpu/BUILD.gn
|
| +++ b/chrome/gpu/BUILD.gn
|
| @@ -22,9 +22,9 @@ static_library("gpu") {
|
| sources += [
|
| "arc_gpu_video_decode_accelerator.cc",
|
| "arc_gpu_video_decode_accelerator.h",
|
| - "arc_video_accelerator.h",
|
| - "gpu_arc_video_service.cc",
|
| - "gpu_arc_video_service.h",
|
| + "arc_video_decode_accelerator.h",
|
| + "gpu_arc_video_decode_accelerator.cc",
|
| + "gpu_arc_video_decode_accelerator.h",
|
| ]
|
| }
|
| }
|
|
|