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

Side by Side Diff: content/content_tests.gypi

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 ] 1782 ]
1783 }, { 1783 }, {
1784 'dependencies': [ 1784 'dependencies': [
1785 '../build/linux/system.gyp:libdrm', 1785 '../build/linux/system.gyp:libdrm',
1786 ] 1786 ]
1787 }], 1787 }],
1788 ], 1788 ],
1789 } 1789 }
1790 ] 1790 ]
1791 }], 1791 }],
1792 ['chromeos==1', { 1792 ['chromeos==1 or OS=="mac"', {
1793 'targets': [ 1793 'targets': [
1794 { 1794 {
1795 'target_name': 'video_encode_accelerator_unittest', 1795 'target_name': 'video_encode_accelerator_unittest',
1796 'type': 'executable', 1796 'type': 'executable',
1797 'dependencies': [ 1797 'dependencies': [
1798 'content.gyp:content_common',
1798 '../base/base.gyp:base', 1799 '../base/base.gyp:base',
1799 '../media/media.gyp:media', 1800 '../media/media.gyp:media',
1800 '../media/media.gyp:media_test_support', 1801 '../media/media.gyp:media_test_support',
1801 '../testing/gtest.gyp:gtest', 1802 '../testing/gtest.gyp:gtest',
1802 '../ui/base/ui_base.gyp:ui_base', 1803 '../ui/base/ui_base.gyp:ui_base',
1803 '../ui/gfx/gfx.gyp:gfx', 1804 '../ui/gfx/gfx.gyp:gfx',
1804 '../ui/gfx/gfx.gyp:gfx_geometry', 1805 '../ui/gfx/gfx.gyp:gfx_geometry',
1805 '../ui/gfx/gfx.gyp:gfx_test_support', 1806 '../ui/gfx/gfx.gyp:gfx_test_support',
1806 '../ui/gl/gl.gyp:gl', 1807 '../ui/gl/gl.gyp:gl',
1807 '../ui/gl/gl.gyp:gl_test_support', 1808 '../ui/gl/gl.gyp:gl_test_support',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 'content_unittests_apk.isolate', 2216 'content_unittests_apk.isolate',
2216 ], 2217 ],
2217 }, 2218 },
2218 ], 2219 ],
2219 }, 2220 },
2220 ], 2221 ],
2221 ], 2222 ],
2222 }], 2223 }],
2223 ], 2224 ],
2224 } 2225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698