Chromium Code Reviews| Index: components/arc/BUILD.gn |
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
| index b411459369aec01d5b4b857278b3e2f6ff1ffcb5..0fc652e2f142bcb0efb98b863b9d5cac08598603 100644 |
| --- a/components/arc/BUILD.gn |
| +++ b/components/arc/BUILD.gn |
| @@ -61,6 +61,8 @@ static_library("arc") { |
| "storage_manager/arc_storage_manager.h", |
| "video_accelerator/video_accelerator_struct_traits.cc", |
|
kcwu
2017/06/09 06:30:24
Are these forgot to rename?
Owen Lin
2017/06/12 06:34:13
There are common struct_traits for both decoders a
kcwu
2017/06/12 06:41:30
Oh, then no need to rename them.
|
| "video_accelerator/video_accelerator_struct_traits.h", |
| + "video_accelerator/video_encode_accelerator_struct_traits.cc", |
| + "video_accelerator/video_encode_accelerator_struct_traits.h", |
| ] |
| public_deps = [ |