| 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 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1615 '../build/linux/system.gyp:x11', # Used by rendering_helper.c
c | 1614 '../build/linux/system.gyp:x11', # Used by rendering_helper.c
c |
| 1616 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 1615 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 1617 ], | 1616 ], |
| 1618 }], | 1617 }], |
| 1619 ['use_ozone==1 and chromeos==1', { | 1618 ['use_ozone==1 and chromeos==1', { |
| 1620 'dependencies': [ | 1619 'dependencies': [ |
| 1621 '../ui/display/display.gyp:display', # Used by rendering_helpe
r.cc | 1620 '../ui/display/display.gyp:display', # Used by rendering_helpe
r.cc |
| 1622 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helpe
r.cc | 1621 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helpe
r.cc |
| 1623 ], | 1622 ], |
| 1624 }], | 1623 }], |
| 1625 ['use_v4lplugin==1', { | |
| 1626 'defines': ['USE_LIBV4L2'], | |
| 1627 }], | |
| 1628 ], | 1624 ], |
| 1629 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1625 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1630 'msvs_disabled_warnings': [ 4267, ], | 1626 'msvs_disabled_warnings': [ 4267, ], |
| 1631 }, | 1627 }, |
| 1632 ] | 1628 ] |
| 1633 }], | 1629 }], |
| 1634 ['chromeos==1 and target_arch != "arm"', { | 1630 ['chromeos==1 and target_arch != "arm"', { |
| 1635 'targets': [ | 1631 'targets': [ |
| 1636 { | 1632 { |
| 1637 'target_name': 'vaapi_h264_decoder_unittest', | 1633 'target_name': 'vaapi_h264_decoder_unittest', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2139 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2135 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2140 }, | 2136 }, |
| 2141 ], | 2137 ], |
| 2142 }], | 2138 }], |
| 2143 ], | 2139 ], |
| 2144 }, | 2140 }, |
| 2145 ], | 2141 ], |
| 2146 }], | 2142 }], |
| 2147 ], | 2143 ], |
| 2148 } | 2144 } |
| OLD | NEW |