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

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: Created 5 years, 12 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
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 ],
1625 }],
1621 ], 1626 ],
1622 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1627 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1623 'msvs_disabled_warnings': [ 4267, ], 1628 'msvs_disabled_warnings': [ 4267, ],
1624 }, 1629 },
1625 ] 1630 ]
1626 }], 1631 }],
1627 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', { 1632 ['chromeos==1 and target_arch != "arm"', {
1628 'targets': [ 1633 'targets': [
1629 { 1634 {
1630 'target_name': 'vaapi_h264_decoder_unittest', 1635 'target_name': 'vaapi_h264_decoder_unittest',
1631 'type': '<(gtest_target_type)', 1636 'type': '<(gtest_target_type)',
1632 'dependencies': [ 1637 'dependencies': [
1633 'content.gyp:content_common', 1638 'content.gyp:content_common',
1634 '../base/base.gyp:base', 1639 '../base/base.gyp:base',
1635 '../build/linux/system.gyp:x11',
1636 '../media/media.gyp:media', 1640 '../media/media.gyp:media',
1637 '../testing/gtest.gyp:gtest', 1641 '../testing/gtest.gyp:gtest',
1638 '../third_party/libyuv/libyuv.gyp:libyuv', 1642 '../third_party/libyuv/libyuv.gyp:libyuv',
1639 '../ui/gfx/gfx.gyp:gfx_geometry', 1643 '../ui/gfx/gfx.gyp:gfx_geometry',
1640 ], 1644 ],
1641 'sources': [ 1645 'sources': [
1642 'common/gpu/media/vaapi_h264_decoder_unittest.cc', 1646 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
1643 ], 1647 ],
1644 'include_dirs': [ 1648 'include_dirs': [
1645 '<(DEPTH)/third_party/libva', 1649 '<(DEPTH)/third_party/libva',
1646 ], 1650 ],
1651 'conditions': [
1652 ['use_x11==1', {
1653 'dependencies': [
1654 '../build/linux/system.gyp:x11',
1655 ]
1656 }, {
1657 'dependencies': [
1658 '../build/linux/system.gyp:libdrm',
1659 ]
1660 }],
1661 ],
1647 }, 1662 },
1648 ] 1663 ]
1649 }], 1664 }],
1650 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { 1665 ['chromeos==1', {
1651 'targets': [ 1666 'targets': [
1652 { 1667 {
1653 'target_name': 'video_encode_accelerator_unittest', 1668 'target_name': 'video_encode_accelerator_unittest',
1654 'type': 'executable', 1669 'type': 'executable',
1655 'dependencies': [ 1670 'dependencies': [
1656 '../base/base.gyp:base', 1671 '../base/base.gyp:base',
1657 '../media/media.gyp:media', 1672 '../media/media.gyp:media',
1658 '../media/media.gyp:media_test_support', 1673 '../media/media.gyp:media_test_support',
1659 '../testing/gtest.gyp:gtest', 1674 '../testing/gtest.gyp:gtest',
1660 '../ui/base/ui_base.gyp:ui_base', 1675 '../ui/base/ui_base.gyp:ui_base',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2104 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2090 }, 2105 },
2091 ], 2106 ],
2092 }], 2107 }],
2093 ], 2108 ],
2094 }, 2109 },
2095 ], 2110 ],
2096 }], 2111 }],
2097 ], 2112 ],
2098 } 2113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698