| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 9081811cc924db596a6ef95b9be6d6cb45a5ca70..e310a6784bf150f0b0149053c805e82805252904 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -64,6 +64,8 @@ static_library("arc") {
|
| "power/arc_power_bridge.h",
|
| "storage_manager/arc_storage_manager.cc",
|
| "storage_manager/arc_storage_manager.h",
|
| + "video_accelerator/video_accelerator_struct_traits.cc",
|
| + "video_accelerator/video_accelerator_struct_traits.h",
|
| ]
|
|
|
| public_deps = [
|
|
|