| 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1653 }], | 1653 }], |
| 1654 ], | 1654 ], |
| 1655 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1655 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1656 'msvs_disabled_warnings': [ 4267, ], | 1656 'msvs_disabled_warnings': [ 4267, ], |
| 1657 }, | 1657 }, |
| 1658 ] | 1658 ] |
| 1659 }], | 1659 }], |
| 1660 ['chromeos==1 and target_arch != "arm"', { | 1660 ['chromeos==1 and target_arch != "arm"', { |
| 1661 'targets': [ | 1661 'targets': [ |
| 1662 { | 1662 { |
| 1663 'target_name': 'vaapi_h264_decoder_unittest', | |
| 1664 'type': '<(gtest_target_type)', | |
| 1665 'dependencies': [ | |
| 1666 'content.gyp:content_common', | |
| 1667 '../base/base.gyp:base', | |
| 1668 '../media/media.gyp:media', | |
| 1669 '../testing/gtest.gyp:gtest', | |
| 1670 '../third_party/libyuv/libyuv.gyp:libyuv', | |
| 1671 '../ui/gfx/gfx.gyp:gfx_geometry', | |
| 1672 ], | |
| 1673 'sources': [ | |
| 1674 'common/gpu/media/vaapi_h264_decoder_unittest.cc', | |
| 1675 ], | |
| 1676 'include_dirs': [ | |
| 1677 '<(DEPTH)/third_party/libva', | |
| 1678 ], | |
| 1679 'conditions': [ | |
| 1680 ['use_x11==1', { | |
| 1681 'dependencies': [ | |
| 1682 '../build/linux/system.gyp:x11', | |
| 1683 ] | |
| 1684 }, { | |
| 1685 'dependencies': [ | |
| 1686 '../build/linux/system.gyp:libdrm', | |
| 1687 ] | |
| 1688 }], | |
| 1689 ['use_ozone==1', { | |
| 1690 'dependencies': [ | |
| 1691 '../ui/ozone/ozone.gyp:ozone', | |
| 1692 ], | |
| 1693 }], | |
| 1694 ], | |
| 1695 }, | |
| 1696 { | |
| 1697 'target_name': 'vaapi_jpeg_decoder_unittest', | 1663 'target_name': 'vaapi_jpeg_decoder_unittest', |
| 1698 'type': '<(gtest_target_type)', | 1664 'type': '<(gtest_target_type)', |
| 1699 'dependencies': [ | 1665 'dependencies': [ |
| 1700 'content.gyp:content_common', | 1666 'content.gyp:content_common', |
| 1701 '../base/base.gyp:base', | 1667 '../base/base.gyp:base', |
| 1702 '../media/media.gyp:media', | 1668 '../media/media.gyp:media', |
| 1703 '../media/media.gyp:media_test_support', | 1669 '../media/media.gyp:media_test_support', |
| 1704 '../testing/gtest.gyp:gtest', | 1670 '../testing/gtest.gyp:gtest', |
| 1705 ], | 1671 ], |
| 1706 'sources': [ | 1672 'sources': [ |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2190 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2156 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2191 }, | 2157 }, |
| 2192 ], | 2158 ], |
| 2193 }], | 2159 }], |
| 2194 ], | 2160 ], |
| 2195 }, | 2161 }, |
| 2196 ], | 2162 ], |
| 2197 }], | 2163 }], |
| 2198 ], | 2164 ], |
| 2199 } | 2165 } |
| OLD | NEW |