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

Side by Side Diff: content/content_tests.gypi

Issue 828063009: Clean up V4L2 codec-related flags and defines (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
« content/content_common.gypi ('K') | « content/content_common.gypi ('k') | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'use_v4lplugin%': 0,
8 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
9 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
10 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
11 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
12 'test/layouttest_support.cc', 11 'test/layouttest_support.cc',
13 'test/test_media_stream_renderer_factory.cc', 12 'test/test_media_stream_renderer_factory.cc',
14 'test/test_media_stream_renderer_factory.h', 13 'test/test_media_stream_renderer_factory.h',
15 'test/test_video_frame_provider.cc', 14 'test/test_video_frame_provider.cc',
16 'test/test_video_frame_provider.h', 15 'test/test_video_frame_provider.h',
17 ], 16 ],
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c 1605 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c
1607 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1606 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1608 ], 1607 ],
1609 }], 1608 }],
1610 ['use_ozone==1 and chromeos==1', { 1609 ['use_ozone==1 and chromeos==1', {
1611 'dependencies': [ 1610 'dependencies': [
1612 '../ui/display/display.gyp:display', # Used by rendering_helpe r.cc 1611 '../ui/display/display.gyp:display', # Used by rendering_helpe r.cc
1613 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helpe r.cc 1612 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helpe r.cc
1614 ], 1613 ],
1615 }], 1614 }],
1616 ['use_v4lplugin==1', {
1617 'defines': ['USE_LIBV4L2'],
1618 }],
1619 ], 1615 ],
1620 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1616 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1621 'msvs_disabled_warnings': [ 4267, ], 1617 'msvs_disabled_warnings': [ 4267, ],
1622 }, 1618 },
1623 ] 1619 ]
1624 }], 1620 }],
1625 ['chromeos==1 and target_arch != "arm"', { 1621 ['chromeos==1 and target_arch != "arm"', {
1626 'targets': [ 1622 'targets': [
1627 { 1623 {
1628 'target_name': 'vaapi_h264_decoder_unittest', 1624 'target_name': 'vaapi_h264_decoder_unittest',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2098 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2103 }, 2099 },
2104 ], 2100 ],
2105 }], 2101 }],
2106 ], 2102 ],
2107 }, 2103 },
2108 ], 2104 ],
2109 }], 2105 }],
2110 ], 2106 ],
2111 } 2107 }
OLDNEW
« content/content_common.gypi ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698