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

Side by Side Diff: content/content_tests.gypi

Issue 940903002: video_decode_accelerator_unittest: enable test on ozone surfaceless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use GpuMemoryBufferFactory instead of GpuMemoryBufferFactoryOzoneNativeBuffer Created 5 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/common/gpu/media/surfaceless_gl_renderer.cc ('k') | no next file » | 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 '../ui/gfx/gfx.gyp:gfx_test_support', 1569 '../ui/gfx/gfx.gyp:gfx_test_support',
1570 '../ui/gfx/gfx.gyp:gfx_geometry', 1570 '../ui/gfx/gfx.gyp:gfx_geometry',
1571 '../ui/gl/gl.gyp:gl', 1571 '../ui/gl/gl.gyp:gl',
1572 'content.gyp:content', 1572 'content.gyp:content',
1573 ], 1573 ],
1574 'include_dirs': [ 1574 'include_dirs': [
1575 '<(DEPTH)/third_party/khronos', 1575 '<(DEPTH)/third_party/khronos',
1576 ], 1576 ],
1577 'sources': [ 1577 'sources': [
1578 'common/gpu/media/android_video_decode_accelerator_unittest.cc', 1578 'common/gpu/media/android_video_decode_accelerator_unittest.cc',
1579 'common/gpu/media/gl_renderer.cc',
1580 'common/gpu/media/gl_renderer.h',
1579 'common/gpu/media/rendering_helper.cc', 1581 'common/gpu/media/rendering_helper.cc',
1580 'common/gpu/media/rendering_helper.h', 1582 'common/gpu/media/rendering_helper.h',
1583 'common/gpu/media/surfaceless_gl_renderer.cc',
1584 'common/gpu/media/surfaceless_gl_renderer.h',
1581 'common/gpu/media/video_accelerator_unittest_helpers.h', 1585 'common/gpu/media/video_accelerator_unittest_helpers.h',
1582 'common/gpu/media/video_decode_accelerator_unittest.cc', 1586 'common/gpu/media/video_decode_accelerator_unittest.cc',
1583 ], 1587 ],
1584 'conditions': [ 1588 'conditions': [
1585 ['OS=="android"', { 1589 ['OS=="android"', {
1586 'sources/': [ 1590 'sources/': [
1587 ['exclude', '^common/gpu/media/rendering_helper.h'], 1591 ['exclude', '^common/gpu/media/rendering_helper.h'],
1588 ['exclude', '^common/gpu/media/rendering_helper.cc'], 1592 ['exclude', '^common/gpu/media/rendering_helper.cc'],
1589 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte st.cc'], 1593 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte st.cc'],
1590 ], 1594 ],
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2147 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2144 }, 2148 },
2145 ], 2149 ],
2146 }], 2150 }],
2147 ], 2151 ],
2148 }, 2152 },
2149 ], 2153 ],
2150 }], 2154 }],
2151 ], 2155 ],
2152 } 2156 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/surfaceless_gl_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698