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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 }], | 865 }], |
866 ['chromeos==1', { | 866 ['chromeos==1', { |
867 'sources': [ | 867 'sources': [ |
868 'common/gpu/media/accelerated_video_decoder.h', | 868 'common/gpu/media/accelerated_video_decoder.h', |
869 'common/gpu/media/h264_decoder.cc', | 869 'common/gpu/media/h264_decoder.cc', |
870 'common/gpu/media/h264_decoder.h', | 870 'common/gpu/media/h264_decoder.h', |
871 'common/gpu/media/h264_dpb.cc', | 871 'common/gpu/media/h264_dpb.cc', |
872 'common/gpu/media/h264_dpb.h', | 872 'common/gpu/media/h264_dpb.h', |
873 'common/gpu/media/vp8_decoder.cc', | 873 'common/gpu/media/vp8_decoder.cc', |
874 'common/gpu/media/vp8_decoder.h', | 874 'common/gpu/media/vp8_decoder.h', |
| 875 'common/gpu/media/vp9_decoder.cc', |
| 876 'common/gpu/media/vp9_decoder.h', |
875 'common/gpu/media/vp8_picture.cc', | 877 'common/gpu/media/vp8_picture.cc', |
876 'common/gpu/media/vp8_picture.h', | 878 'common/gpu/media/vp8_picture.h', |
| 879 'common/gpu/media/vp9_picture.cc', |
| 880 'common/gpu/media/vp9_picture.h', |
877 ], | 881 ], |
878 }], | 882 }], |
879 ['chromeos==1 and use_v4l2_codec==1', { | 883 ['chromeos==1 and use_v4l2_codec==1', { |
880 'direct_dependent_settings': { | 884 'direct_dependent_settings': { |
881 'defines': [ | 885 'defines': [ |
882 'USE_V4L2_CODEC' | 886 'USE_V4L2_CODEC' |
883 ], | 887 ], |
884 }, | 888 }, |
885 'defines': [ | 889 'defines': [ |
886 'USE_V4L2_CODEC' | 890 'USE_V4L2_CODEC' |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1100 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1097 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1101 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1098 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1099 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1103 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1100 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1104 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1101 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1105 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1102 ], | 1106 ], |
1103 }], | 1107 }], |
1104 ], | 1108 ], |
1105 } | 1109 } |
OLD | NEW |