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 '-s', '<(stubs_filename_root)', | 798 '-s', '<(stubs_filename_root)', |
799 '-p', '<(project_path)', | 799 '-p', '<(project_path)', |
800 '<@(_inputs)', | 800 '<@(_inputs)', |
801 ], | 801 ], |
802 'process_outputs_as_sources': 1, | 802 'process_outputs_as_sources': 1, |
803 'message': 'Generating libv4l2 stubs for dynamic loading', | 803 'message': 'Generating libv4l2 stubs for dynamic loading', |
804 }, | 804 }, |
805 ], | 805 ], |
806 }], | 806 }], |
807 ['chromeos==1 and use_v4l2_codec==1', { | 807 ['chromeos==1 and use_v4l2_codec==1', { |
| 808 'direct_dependent_settings': { |
| 809 'defines': [ |
| 810 'USE_V4L2_CODEC' |
| 811 ], |
| 812 }, |
808 'defines': [ | 813 'defines': [ |
809 'USE_V4L2_CODEC', | 814 'USE_V4L2_CODEC' |
810 ], | 815 ], |
811 }], | 816 }], |
812 ['chromeos==1 and (target_arch=="arm" or (use_ozone==1 and use_v4l2_codec==1
))', { | 817 ['chromeos==1 and (target_arch=="arm" or (use_ozone==1 and use_v4l2_codec==1
))', { |
813 'dependencies': [ | 818 'dependencies': [ |
814 '../media/media.gyp:media', | 819 '../media/media.gyp:media', |
815 ], | 820 ], |
816 'sources': [ | 821 'sources': [ |
817 'common/gpu/media/generic_v4l2_video_device.cc', | 822 'common/gpu/media/generic_v4l2_video_device.cc', |
818 'common/gpu/media/generic_v4l2_video_device.h', | 823 'common/gpu/media/generic_v4l2_video_device.h', |
819 'common/gpu/media/v4l2_image_processor.cc', | 824 'common/gpu/media/v4l2_image_processor.cc', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1038 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1034 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1035 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1036 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1041 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1037 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1038 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1043 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1039 ], | 1044 ], |
1040 }], | 1045 }], |
1041 ], | 1046 ], |
1042 } | 1047 } |
OLD | NEW |