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, | 7 'use_v4lplugin%': 0, |
8 'layouttest_support_content_sources': [ | 8 'layouttest_support_content_sources': [ |
9 'public/test/layouttest_support.h', | 9 'public/test/layouttest_support.h', |
10 'public/test/nested_message_pump_android.cc', | 10 'public/test/nested_message_pump_android.cc', |
(...skipping 1635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1646 'dependencies': [ | 1646 'dependencies': [ |
1647 '../build/linux/system.gyp:x11', | 1647 '../build/linux/system.gyp:x11', |
1648 ] | 1648 ] |
1649 }, { | 1649 }, { |
1650 'dependencies': [ | 1650 'dependencies': [ |
1651 '../build/linux/system.gyp:libdrm', | 1651 '../build/linux/system.gyp:libdrm', |
1652 ] | 1652 ] |
1653 }], | 1653 }], |
1654 ], | 1654 ], |
1655 }, | 1655 }, |
| 1656 { |
| 1657 'target_name': 'vaapi_jpeg_decoder_unittest', |
| 1658 'type': '<(gtest_target_type)', |
| 1659 'dependencies': [ |
| 1660 'content.gyp:content_common', |
| 1661 '../base/base.gyp:base', |
| 1662 '../media/media.gyp:media', |
| 1663 '../testing/gtest.gyp:gtest', |
| 1664 ], |
| 1665 'sources': [ |
| 1666 'common/gpu/media/vaapi_jpeg_decoder_unittest.cc', |
| 1667 ], |
| 1668 'include_dirs': [ |
| 1669 '<(DEPTH)/third_party/libva', |
| 1670 ], |
| 1671 'conditions': [ |
| 1672 ['use_x11==1', { |
| 1673 'dependencies': [ |
| 1674 '../build/linux/system.gyp:x11', |
| 1675 ] |
| 1676 }, { |
| 1677 'dependencies': [ |
| 1678 '../build/linux/system.gyp:libdrm', |
| 1679 ] |
| 1680 }], |
| 1681 ], |
| 1682 } |
1656 ] | 1683 ] |
1657 }], | 1684 }], |
1658 ['chromeos==1', { | 1685 ['chromeos==1', { |
1659 'targets': [ | 1686 'targets': [ |
1660 { | 1687 { |
1661 'target_name': 'video_encode_accelerator_unittest', | 1688 'target_name': 'video_encode_accelerator_unittest', |
1662 'type': 'executable', | 1689 'type': 'executable', |
1663 'dependencies': [ | 1690 'dependencies': [ |
1664 '../base/base.gyp:base', | 1691 '../base/base.gyp:base', |
1665 '../media/media.gyp:media', | 1692 '../media/media.gyp:media', |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2102 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2129 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2103 }, | 2130 }, |
2104 ], | 2131 ], |
2105 }], | 2132 }], |
2106 ], | 2133 ], |
2107 }, | 2134 }, |
2108 ], | 2135 ], |
2109 }], | 2136 }], |
2110 ], | 2137 ], |
2111 } | 2138 } |
OLD | NEW |