Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: content/content_common.gypi

Issue 856373002: enable V4L2 VDA in VDA unittest on x86 CrOS platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698