diff options
author | kcwu <kcwu@chromium.org> | 2015-06-22 03:17:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-22 10:19:22 +0000 |
commit | 4073b070231e84d823cd368d478ec4014b9d2455 (patch) | |
tree | c969fbd614eeafc01c6651bb07cd358c8843e9e3 /content/content_common.gypi | |
parent | f7a6f277680a14a9bccb316d8b07b169855b3a3e (diff) | |
download | chromium_src-4073b070231e84d823cd368d478ec4014b9d2455.zip chromium_src-4073b070231e84d823cd368d478ec4014b9d2455.tar.gz chromium_src-4073b070231e84d823cd368d478ec4014b9d2455.tar.bz2 |
MJPEG acceleration for video capture, the GPU host part
BUG=335778
TEST=none
Review URL: https://codereview.chromium.org/1165943008
Cr-Commit-Position: refs/heads/master@{#335484}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index d507356..4e33d50 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -285,6 +285,8 @@ 'common/gpu/client/gl_helper_scaling.h', 'common/gpu/client/gpu_channel_host.cc', 'common/gpu/client/gpu_channel_host.h', + 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', + 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', 'common/gpu/client/gpu_memory_buffer_factory_host.h', 'common/gpu/client/gpu_memory_buffer_impl.cc', 'common/gpu/client/gpu_memory_buffer_impl.h', |