Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index 0a7e72e321d1f125279b2c011f3d9534a5958d40..019918fbd9431e2f50fc7017dc07700defd3f98e 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -234,6 +234,8 @@ source_set("common") { |
| "gpu/media/vt_mac.h", |
| "gpu/media/vt_video_decode_accelerator_mac.cc", |
| "gpu/media/vt_video_decode_accelerator_mac.h", |
| + "gpu/media/vt_video_encode_accelerator.cc", |
| + "gpu/media/vt_video_encode_accelerator.h", |
|
hbos_chromium
2016/02/03 18:21:08
Is there a reason the decoder accelerator is named
emircan
2016/02/04 05:18:51
I realize there are some inconsistency in this, an
|
| ] + get_target_outputs(":libvt_generate_stubs") |
| sources -= [ "plugin_list_posix.cc" ] |