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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 '-e', '<(extra_header)', | 798 '-e', '<(extra_header)', |
799 '-s', '<(stubs_filename_root)', | 799 '-s', '<(stubs_filename_root)', |
800 '-p', '<(project_path)', | 800 '-p', '<(project_path)', |
801 '<@(_inputs)', | 801 '<@(_inputs)', |
802 ], | 802 ], |
803 'process_outputs_as_sources': 1, | 803 'process_outputs_as_sources': 1, |
804 'message': 'Generating libv4l2 stubs for dynamic loading', | 804 'message': 'Generating libv4l2 stubs for dynamic loading', |
805 }, | 805 }, |
806 ], | 806 ], |
807 }], | 807 }], |
808 ['chromeos==1 and ((target_arch=="arm" and use_x11==1) or use_v4l2_codec==1)
', { | 808 ['chromeos==1 and use_v4l2_codec==1', { |
| 809 'defines': [ |
| 810 'USE_V4L2_CODEC', |
| 811 ], |
| 812 }], |
| 813 ['chromeos==1 and (target_arch=="arm" or (use_ozone==1 and use_v4l2_codec==1
))', { |
809 'dependencies': [ | 814 'dependencies': [ |
810 '../media/media.gyp:media', | 815 '../media/media.gyp:media', |
811 ], | 816 ], |
812 'sources': [ | 817 'sources': [ |
813 'common/gpu/media/generic_v4l2_video_device.cc', | 818 'common/gpu/media/generic_v4l2_video_device.cc', |
814 'common/gpu/media/generic_v4l2_video_device.h', | 819 'common/gpu/media/generic_v4l2_video_device.h', |
815 'common/gpu/media/v4l2_image_processor.cc', | 820 'common/gpu/media/v4l2_image_processor.cc', |
816 'common/gpu/media/v4l2_image_processor.h', | 821 'common/gpu/media/v4l2_image_processor.h', |
817 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 822 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
818 'common/gpu/media/v4l2_video_decode_accelerator.h', | 823 'common/gpu/media/v4l2_video_decode_accelerator.h', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1012 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1017 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1013 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1018 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1014 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1019 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1015 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1020 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1016 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1021 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1017 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1022 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1018 ], | 1023 ], |
1019 }], | 1024 }], |
1020 ], | 1025 ], |
1021 } | 1026 } |
OLD | NEW |