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 '../build/linux/system.gyp:x11', | |
Owen Lin
2015/01/19 09:29:31
do we still need x11 now ?
kcwu
2015/01/19 09:58:18
Done.
| |
1663 '../media/media.gyp:media', | |
1664 '../testing/gtest.gyp:gtest', | |
1665 ], | |
1666 'sources': [ | |
1667 'common/gpu/media/vaapi_jpeg_decoder.h', | |
1668 'common/gpu/media/vaapi_jpeg_decoder.cc', | |
1669 'common/gpu/media/vaapi_jpeg_decoder_unittest.cc', | |
1670 ], | |
1671 'include_dirs': [ | |
1672 '<(DEPTH)/third_party/libva', | |
1673 ], | |
1674 } | |
1656 ] | 1675 ] |
1657 }], | 1676 }], |
1658 ['chromeos==1', { | 1677 ['chromeos==1', { |
1659 'targets': [ | 1678 'targets': [ |
1660 { | 1679 { |
1661 'target_name': 'video_encode_accelerator_unittest', | 1680 'target_name': 'video_encode_accelerator_unittest', |
1662 'type': 'executable', | 1681 'type': 'executable', |
1663 'dependencies': [ | 1682 'dependencies': [ |
1664 '../base/base.gyp:base', | 1683 '../base/base.gyp:base', |
1665 '../media/media.gyp:media', | 1684 '../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'], | 2121 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2103 }, | 2122 }, |
2104 ], | 2123 ], |
2105 }], | 2124 }], |
2106 ], | 2125 ], |
2107 }, | 2126 }, |
2108 ], | 2127 ], |
2109 }], | 2128 }], |
2110 ], | 2129 ], |
2111 } | 2130 } |
OLD | NEW |