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

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@ 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 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 ] 1786 ]
1787 }, { 1787 }, {
1788 'dependencies': [ 1788 'dependencies': [
1789 '../build/linux/system.gyp:libdrm', 1789 '../build/linux/system.gyp:libdrm',
1790 ] 1790 ]
1791 }], 1791 }],
1792 ], 1792 ],
1793 } 1793 }
1794 ] 1794 ]
1795 }], 1795 }],
1796 ['chromeos==1', { 1796 ['chromeos==1 or OS=="mac"', {
1797 'targets': [ 1797 'targets': [
1798 { 1798 {
1799 'target_name': 'video_encode_accelerator_unittest', 1799 'target_name': 'video_encode_accelerator_unittest',
1800 'type': 'executable', 1800 'type': 'executable',
1801 'dependencies': [ 1801 'dependencies': [
1802 'content.gyp:content_common',
1802 '../base/base.gyp:base', 1803 '../base/base.gyp:base',
1803 '../media/media.gyp:media', 1804 '../media/media.gyp:media',
1804 '../media/media.gyp:media_test_support', 1805 '../media/media.gyp:media_test_support',
1805 '../testing/gtest.gyp:gtest', 1806 '../testing/gtest.gyp:gtest',
1806 '../ui/base/ui_base.gyp:ui_base', 1807 '../ui/base/ui_base.gyp:ui_base',
1807 '../ui/gfx/gfx.gyp:gfx', 1808 '../ui/gfx/gfx.gyp:gfx',
1808 '../ui/gfx/gfx.gyp:gfx_geometry', 1809 '../ui/gfx/gfx.gyp:gfx_geometry',
1809 '../ui/gfx/gfx.gyp:gfx_test_support', 1810 '../ui/gfx/gfx.gyp:gfx_test_support',
1810 '../ui/gl/gl.gyp:gl', 1811 '../ui/gl/gl.gyp:gl',
1811 '../ui/gl/gl.gyp:gl_test_support', 1812 '../ui/gl/gl.gyp:gl_test_support',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 'content_unittests_apk.isolate', 2220 'content_unittests_apk.isolate',
2220 ], 2221 ],
2221 }, 2222 },
2222 ], 2223 ],
2223 }, 2224 },
2224 ], 2225 ],
2225 ], 2226 ],
2226 }], 2227 }],
2227 ], 2228 ],
2228 } 2229 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698