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

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: miu@ and jfroy@ comments. 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 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after
1799 ] 1799 ]
1800 }, { 1800 }, {
1801 'dependencies': [ 1801 'dependencies': [
1802 '../build/linux/system.gyp:libdrm', 1802 '../build/linux/system.gyp:libdrm',
1803 ] 1803 ]
1804 }], 1804 }],
1805 ], 1805 ],
1806 } 1806 }
1807 ] 1807 ]
1808 }], 1808 }],
1809 ['chromeos==1', { 1809 ['chromeos==1 or OS=="mac"', {
1810 'targets': [ 1810 'targets': [
1811 { 1811 {
1812 'target_name': 'video_encode_accelerator_unittest', 1812 'target_name': 'video_encode_accelerator_unittest',
1813 'type': 'executable', 1813 'type': 'executable',
1814 'dependencies': [ 1814 'dependencies': [
1815 'content.gyp:content_common',
1815 '../base/base.gyp:base', 1816 '../base/base.gyp:base',
1816 '../media/media.gyp:media', 1817 '../media/media.gyp:media',
1817 '../media/media.gyp:media_test_support', 1818 '../media/media.gyp:media_test_support',
1818 '../testing/gtest.gyp:gtest', 1819 '../testing/gtest.gyp:gtest',
1819 '../ui/base/ui_base.gyp:ui_base', 1820 '../ui/base/ui_base.gyp:ui_base',
1820 '../ui/gfx/gfx.gyp:gfx', 1821 '../ui/gfx/gfx.gyp:gfx',
1821 '../ui/gfx/gfx.gyp:gfx_geometry', 1822 '../ui/gfx/gfx.gyp:gfx_geometry',
1822 '../ui/gfx/gfx.gyp:gfx_test_support', 1823 '../ui/gfx/gfx.gyp:gfx_test_support',
1823 '../ui/gl/gl.gyp:gl', 1824 '../ui/gl/gl.gyp:gl',
1824 '../ui/gl/gl.gyp:gl_test_support', 1825 '../ui/gl/gl.gyp:gl_test_support',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2232 'content_unittests_apk.isolate', 2233 'content_unittests_apk.isolate',
2233 ], 2234 ],
2234 }, 2235 },
2235 ], 2236 ],
2236 }, 2237 },
2237 ], 2238 ],
2238 ], 2239 ],
2239 }], 2240 }],
2240 ], 2241 ],
2241 } 2242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698