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

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: Rebase & posciak nits. Created 4 years, 9 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/base/mac/BUILD.gn » ('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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
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=="mac"', {
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 'content.gyp:content_common',
1825 '../base/base.gyp:base', 1826 '../base/base.gyp:base',
1826 '../media/media.gyp:media', 1827 '../media/media.gyp:media',
1827 '../media/media.gyp:media_test_support', 1828 '../media/media.gyp:media_test_support',
1828 '../testing/gtest.gyp:gtest', 1829 '../testing/gtest.gyp:gtest',
1829 '../ui/base/ui_base.gyp:ui_base', 1830 '../ui/base/ui_base.gyp:ui_base',
1830 '../ui/gfx/gfx.gyp:gfx', 1831 '../ui/gfx/gfx.gyp:gfx',
1831 '../ui/gfx/gfx.gyp:gfx_geometry', 1832 '../ui/gfx/gfx.gyp:gfx_geometry',
1832 '../ui/gfx/gfx.gyp:gfx_test_support', 1833 '../ui/gfx/gfx.gyp:gfx_test_support',
1833 '../ui/gl/gl.gyp:gl', 1834 '../ui/gl/gl.gyp:gl',
1834 '../ui/gl/gl.gyp:gl_test_support', 1835 '../ui/gl/gl.gyp:gl_test_support',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 'content_unittests_apk.isolate', 2246 'content_unittests_apk.isolate',
2246 ], 2247 ],
2247 }, 2248 },
2248 ], 2249 ],
2249 }, 2250 },
2250 ], 2251 ],
2251 ], 2252 ],
2252 }], 2253 }],
2253 ], 2254 ],
2254 } 2255 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698