Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Side by Side Diff: content/content_tests.gypi

Issue 825163004: Add Vaapi support on Ozone/Freon (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix comment in VaapiWrapper Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_common.gypi ('k') | media/test/data/test-25fps.h264.md5 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 'conditions': [ 1543 'conditions': [
1544 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', { 1544 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', {
1545 'dependencies': [ 1545 'dependencies': [
1546 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 1546 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
1547 ], 1547 ],
1548 }], 1548 }],
1549 ], 1549 ],
1550 }, 1550 },
1551 ], 1551 ],
1552 }], 1552 }],
1553 ['(chromeos==1 or OS=="win" or OS=="android") and use_ozone==0', { 1553 ['chromeos==1 or OS=="win" or OS=="android"', {
1554 'targets': [ 1554 'targets': [
1555 { 1555 {
1556 'target_name': 'video_decode_accelerator_unittest', 1556 'target_name': 'video_decode_accelerator_unittest',
1557 'type': '<(gtest_target_type)', 1557 'type': '<(gtest_target_type)',
1558 'dependencies': [ 1558 'dependencies': [
1559 '../base/base.gyp:base', 1559 '../base/base.gyp:base',
1560 '../media/media.gyp:media', 1560 '../media/media.gyp:media',
1561 '../testing/gtest.gyp:gtest', 1561 '../testing/gtest.gyp:gtest',
1562 '../ui/base/ui_base.gyp:ui_base', 1562 '../ui/base/ui_base.gyp:ui_base',
1563 '../ui/gfx/gfx.gyp:gfx', 1563 '../ui/gfx/gfx.gyp:gfx',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 'include_dirs': [ 1611 'include_dirs': [
1612 '<(DEPTH)/third_party/libva', 1612 '<(DEPTH)/third_party/libva',
1613 ], 1613 ],
1614 }], 1614 }],
1615 ['use_x11==1', { 1615 ['use_x11==1', {
1616 'dependencies': [ 1616 'dependencies': [
1617 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c 1617 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c
1618 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1618 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1619 ], 1619 ],
1620 }], 1620 }],
1621 ['use_ozone==1 and chromeos==1', {
1622 'dependencies': [
1623 '../ui/display/display.gyp:display', # Used by rendering_helpe r.cc
1624 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helpe r.cc
1625 ],
1626 }],
1621 ], 1627 ],
1622 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1628 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1623 'msvs_disabled_warnings': [ 4267, ], 1629 'msvs_disabled_warnings': [ 4267, ],
1624 }, 1630 },
1625 ] 1631 ]
1626 }], 1632 }],
1627 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', { 1633 ['chromeos==1 and target_arch != "arm"', {
1628 'targets': [ 1634 'targets': [
1629 { 1635 {
1630 'target_name': 'vaapi_h264_decoder_unittest', 1636 'target_name': 'vaapi_h264_decoder_unittest',
1631 'type': '<(gtest_target_type)', 1637 'type': '<(gtest_target_type)',
1632 'dependencies': [ 1638 'dependencies': [
1633 'content.gyp:content_common', 1639 'content.gyp:content_common',
1634 '../base/base.gyp:base', 1640 '../base/base.gyp:base',
1635 '../build/linux/system.gyp:x11',
1636 '../media/media.gyp:media', 1641 '../media/media.gyp:media',
1637 '../testing/gtest.gyp:gtest', 1642 '../testing/gtest.gyp:gtest',
1638 '../third_party/libyuv/libyuv.gyp:libyuv', 1643 '../third_party/libyuv/libyuv.gyp:libyuv',
1639 '../ui/gfx/gfx.gyp:gfx_geometry', 1644 '../ui/gfx/gfx.gyp:gfx_geometry',
1640 ], 1645 ],
1641 'sources': [ 1646 'sources': [
1642 'common/gpu/media/vaapi_h264_decoder_unittest.cc', 1647 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
1643 ], 1648 ],
1644 'include_dirs': [ 1649 'include_dirs': [
1645 '<(DEPTH)/third_party/libva', 1650 '<(DEPTH)/third_party/libva',
1646 ], 1651 ],
1652 'conditions': [
1653 ['use_x11==1', {
1654 'dependencies': [
1655 '../build/linux/system.gyp:x11',
1656 ]
1657 }, {
1658 'dependencies': [
1659 '../build/linux/system.gyp:libdrm',
1660 ]
1661 }],
1662 ],
1647 }, 1663 },
1648 ] 1664 ]
1649 }], 1665 }],
1650 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { 1666 ['chromeos==1', {
1651 'targets': [ 1667 'targets': [
1652 { 1668 {
1653 'target_name': 'video_encode_accelerator_unittest', 1669 'target_name': 'video_encode_accelerator_unittest',
1654 'type': 'executable', 1670 'type': 'executable',
1655 'dependencies': [ 1671 'dependencies': [
1656 '../base/base.gyp:base', 1672 '../base/base.gyp:base',
1657 '../media/media.gyp:media', 1673 '../media/media.gyp:media',
1658 '../media/media.gyp:media_test_support', 1674 '../media/media.gyp:media_test_support',
1659 '../testing/gtest.gyp:gtest', 1675 '../testing/gtest.gyp:gtest',
1660 '../ui/base/ui_base.gyp:ui_base', 1676 '../ui/base/ui_base.gyp:ui_base',
(...skipping 10 matching lines...) Expand all
1671 'include_dirs': [ 1687 'include_dirs': [
1672 '<(DEPTH)/third_party/libva', 1688 '<(DEPTH)/third_party/libva',
1673 '<(DEPTH)/third_party/libyuv', 1689 '<(DEPTH)/third_party/libyuv',
1674 ], 1690 ],
1675 'conditions': [ 1691 'conditions': [
1676 ['use_x11==1', { 1692 ['use_x11==1', {
1677 'dependencies': [ 1693 'dependencies': [
1678 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1694 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1679 ], 1695 ],
1680 }], 1696 }],
1697 ['use_ozone==1', {
1698 'dependencies': [
1699 '../ui/ozone/ozone.gyp:ozone',
1700 ],
1701 }],
1681 ], 1702 ],
1682 }, 1703 },
1683 ] 1704 ]
1684 }], 1705 }],
1685 ['OS == "android"', { 1706 ['OS == "android"', {
1686 'targets': [ 1707 'targets': [
1687 { 1708 {
1688 # TODO(GN) 1709 # TODO(GN)
1689 'target_name': 'content_gl_tests_apk', 1710 'target_name': 'content_gl_tests_apk',
1690 'type': 'none', 1711 'type': 'none',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2110 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2090 }, 2111 },
2091 ], 2112 ],
2092 }], 2113 }],
2093 ], 2114 ],
2094 }, 2115 },
2095 ], 2116 ],
2096 }], 2117 }],
2097 ], 2118 ],
2098 } 2119 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | media/test/data/test-25fps.h264.md5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698