OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |