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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 '-e', '<(extra_header)', | 848 '-e', '<(extra_header)', |
849 '-s', '<(stubs_filename_root)', | 849 '-s', '<(stubs_filename_root)', |
850 '-p', '<(project_path)', | 850 '-p', '<(project_path)', |
851 '<@(_inputs)', | 851 '<@(_inputs)', |
852 ], | 852 ], |
853 'process_outputs_as_sources': 1, | 853 'process_outputs_as_sources': 1, |
854 'message': 'Generating libv4l2 stubs for dynamic loading', | 854 'message': 'Generating libv4l2 stubs for dynamic loading', |
855 }, | 855 }, |
856 ], | 856 ], |
857 }], | 857 }], |
858 ['chromeos==1', { | 858 ['OS=="linux"', { |
859 'sources': [ | 859 'sources': [ |
860 'common/gpu/media/accelerated_video_decoder.h', | 860 'common/gpu/media/accelerated_video_decoder.h', |
861 'common/gpu/media/h264_decoder.cc', | 861 'common/gpu/media/h264_decoder.cc', |
862 'common/gpu/media/h264_decoder.h', | 862 'common/gpu/media/h264_decoder.h', |
863 'common/gpu/media/h264_dpb.cc', | 863 'common/gpu/media/h264_dpb.cc', |
864 'common/gpu/media/h264_dpb.h', | 864 'common/gpu/media/h264_dpb.h', |
865 'common/gpu/media/vp8_decoder.cc', | 865 'common/gpu/media/vp8_decoder.cc', |
866 'common/gpu/media/vp8_decoder.h', | 866 'common/gpu/media/vp8_decoder.h', |
867 'common/gpu/media/vp9_decoder.cc', | 867 'common/gpu/media/vp9_decoder.cc', |
868 'common/gpu/media/vp9_decoder.h', | 868 'common/gpu/media/vp9_decoder.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 'include_dirs': [ | 904 'include_dirs': [ |
905 '<(DEPTH)/third_party/khronos', | 905 '<(DEPTH)/third_party/khronos', |
906 ], | 906 ], |
907 }], | 907 }], |
908 ['target_arch == "arm" and chromeos == 1', { | 908 ['target_arch == "arm" and chromeos == 1', { |
909 'sources': [ | 909 'sources': [ |
910 'common/gpu/media/tegra_v4l2_device.cc', | 910 'common/gpu/media/tegra_v4l2_device.cc', |
911 'common/gpu/media/tegra_v4l2_device.h', | 911 'common/gpu/media/tegra_v4l2_device.h', |
912 ], | 912 ], |
913 }], | 913 }], |
914 ['target_arch != "arm" and chromeos == 1', { | 914 ['target_arch != "arm" and OS=="linux"', { |
915 'dependencies': [ | 915 'dependencies': [ |
916 '../media/media.gyp:media', | 916 '../media/media.gyp:media', |
917 '../third_party/libyuv/libyuv.gyp:libyuv', | 917 '../third_party/libyuv/libyuv.gyp:libyuv', |
918 ], | 918 ], |
919 'sources': [ | 919 'sources': [ |
920 'common/gpu/media/va_surface.h', | 920 'common/gpu/media/va_surface.h', |
921 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc', | 921 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc', |
922 'common/gpu/media/vaapi_jpeg_decode_accelerator.h', | 922 'common/gpu/media/vaapi_jpeg_decode_accelerator.h', |
923 'common/gpu/media/vaapi_jpeg_decoder.cc', | 923 'common/gpu/media/vaapi_jpeg_decoder.cc', |
924 'common/gpu/media/vaapi_jpeg_decoder.h', | 924 'common/gpu/media/vaapi_jpeg_decoder.h', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1093 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1094 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1094 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1096 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1096 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1097 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1097 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1099 ], | 1099 ], |
1100 }], | 1100 }], |
1101 ], | 1101 ], |
1102 } | 1102 } |
OLD | NEW |