| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 'dependencies': [ | 863 'dependencies': [ |
| 864 '../media/media.gyp:media', | 864 '../media/media.gyp:media', |
| 865 '../third_party/libyuv/libyuv.gyp:libyuv', | 865 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 866 ], | 866 ], |
| 867 'sources': [ | 867 'sources': [ |
| 868 'common/gpu/media/va_surface.h', | 868 'common/gpu/media/va_surface.h', |
| 869 'common/gpu/media/vaapi_h264_decoder.cc', | 869 'common/gpu/media/vaapi_h264_decoder.cc', |
| 870 'common/gpu/media/vaapi_h264_decoder.h', | 870 'common/gpu/media/vaapi_h264_decoder.h', |
| 871 'common/gpu/media/vaapi_h264_dpb.cc', | 871 'common/gpu/media/vaapi_h264_dpb.cc', |
| 872 'common/gpu/media/vaapi_h264_dpb.h', | 872 'common/gpu/media/vaapi_h264_dpb.h', |
| 873 'common/gpu/media/vaapi_jpeg_decoder.cc', |
| 874 'common/gpu/media/vaapi_jpeg_decoder.h', |
| 873 'common/gpu/media/vaapi_picture.cc', | 875 'common/gpu/media/vaapi_picture.cc', |
| 874 'common/gpu/media/vaapi_picture.h', | 876 'common/gpu/media/vaapi_picture.h', |
| 875 'common/gpu/media/vaapi_video_decode_accelerator.cc', | 877 'common/gpu/media/vaapi_video_decode_accelerator.cc', |
| 876 'common/gpu/media/vaapi_video_decode_accelerator.h', | 878 'common/gpu/media/vaapi_video_decode_accelerator.h', |
| 877 'common/gpu/media/vaapi_video_encode_accelerator.cc', | 879 'common/gpu/media/vaapi_video_encode_accelerator.cc', |
| 878 'common/gpu/media/vaapi_video_encode_accelerator.h', | 880 'common/gpu/media/vaapi_video_encode_accelerator.h', |
| 879 'common/gpu/media/vaapi_wrapper.cc', | 881 'common/gpu/media/vaapi_wrapper.cc', |
| 880 'common/gpu/media/vaapi_wrapper.h', | 882 'common/gpu/media/vaapi_wrapper.h', |
| 881 ], | 883 ], |
| 882 'conditions': [ | 884 'conditions': [ |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1041 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1042 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1041 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1043 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1044 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1043 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1045 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1044 ], | 1046 ], |
| 1045 }], | 1047 }], |
| 1046 ], | 1048 ], |
| 1047 } | 1049 } |
| OLD | NEW |