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

Side by Side Diff: content/content_tests.gypi

Issue 1743543004: Enable Accelerated Video Decode in Linux Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use std::tie Created 4 years, 10 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 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 '../ui/display/display.gyp:display', # Used by rendering_help er.cc 1777 '../ui/display/display.gyp:display', # Used by rendering_help er.cc
1778 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc 1778 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc
1779 ], 1779 ],
1780 }], 1780 }],
1781 ], 1781 ],
1782 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1782 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1783 'msvs_disabled_warnings': [ 4267, ], 1783 'msvs_disabled_warnings': [ 4267, ],
1784 }, 1784 },
1785 ] 1785 ]
1786 }], 1786 }],
1787 ['chromeos==1 and target_arch != "arm"', { 1787 ['OS=="linux" and target_arch != "arm"', {
1788 'targets': [ 1788 'targets': [
1789 { 1789 {
1790 'target_name': 'vaapi_jpeg_decoder_unittest', 1790 'target_name': 'vaapi_jpeg_decoder_unittest',
1791 'type': '<(gtest_target_type)', 1791 'type': '<(gtest_target_type)',
1792 'dependencies': [ 1792 'dependencies': [
1793 'content.gyp:content_common', 1793 'content.gyp:content_common',
1794 '../base/base.gyp:base', 1794 '../base/base.gyp:base',
1795 '../media/media.gyp:media', 1795 '../media/media.gyp:media',
1796 '../media/media.gyp:media_test_support', 1796 '../media/media.gyp:media_test_support',
1797 '../testing/gtest.gyp:gtest', 1797 '../testing/gtest.gyp:gtest',
(...skipping 11 matching lines...) Expand all
1809 ] 1809 ]
1810 }, { 1810 }, {
1811 'dependencies': [ 1811 'dependencies': [
1812 '../build/linux/system.gyp:libdrm', 1812 '../build/linux/system.gyp:libdrm',
1813 ] 1813 ]
1814 }], 1814 }],
1815 ], 1815 ],
1816 } 1816 }
1817 ] 1817 ]
1818 }], 1818 }],
1819 ['chromeos==1', { 1819 ['chromeos==1 or (OS=="linux" and target_arch != "arm")', {
1820 'targets': [ 1820 'targets': [
1821 { 1821 {
1822 'target_name': 'video_encode_accelerator_unittest', 1822 'target_name': 'video_encode_accelerator_unittest',
1823 'type': 'executable', 1823 'type': 'executable',
1824 'dependencies': [ 1824 'dependencies': [
1825 '../base/base.gyp:base', 1825 '../base/base.gyp:base',
1826 '../media/media.gyp:media', 1826 '../media/media.gyp:media',
1827 '../media/media.gyp:media_test_support', 1827 '../media/media.gyp:media_test_support',
1828 '../testing/gtest.gyp:gtest', 1828 '../testing/gtest.gyp:gtest',
1829 '../ui/base/ui_base.gyp:ui_base', 1829 '../ui/base/ui_base.gyp:ui_base',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 'content_unittests_apk.isolate', 2245 'content_unittests_apk.isolate',
2246 ], 2246 ],
2247 }, 2247 },
2248 ], 2248 ],
2249 }, 2249 },
2250 ], 2250 ],
2251 ], 2251 ],
2252 }], 2252 }],
2253 ], 2253 ],
2254 } 2254 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698