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

Side by Side Diff: content/content_tests.gypi

Issue 1014623003: [Ozone] Fix Vaapi unittest builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 { 1656 {
1657 'target_name': 'vaapi_h264_decoder_unittest', 1657 'target_name': 'vaapi_h264_decoder_unittest',
1658 'type': '<(gtest_target_type)', 1658 'type': '<(gtest_target_type)',
1659 'dependencies': [ 1659 'dependencies': [
1660 'content.gyp:content_common', 1660 'content.gyp:content_common',
1661 '../base/base.gyp:base', 1661 '../base/base.gyp:base',
1662 '../media/media.gyp:media', 1662 '../media/media.gyp:media',
1663 '../testing/gtest.gyp:gtest', 1663 '../testing/gtest.gyp:gtest',
1664 '../third_party/libyuv/libyuv.gyp:libyuv', 1664 '../third_party/libyuv/libyuv.gyp:libyuv',
1665 '../ui/gfx/gfx.gyp:gfx_geometry', 1665 '../ui/gfx/gfx.gyp:gfx_geometry',
1666 '../ui/ozone/ozone.gyp:ozone',
1666 ], 1667 ],
1667 'sources': [ 1668 'sources': [
1668 'common/gpu/media/vaapi_h264_decoder_unittest.cc', 1669 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
1669 ], 1670 ],
1670 'include_dirs': [ 1671 'include_dirs': [
1671 '<(DEPTH)/third_party/libva', 1672 '<(DEPTH)/third_party/libva',
1672 ], 1673 ],
1673 'conditions': [ 1674 'conditions': [
1674 ['use_x11==1', { 1675 ['use_x11==1', {
1675 'dependencies': [ 1676 'dependencies': [
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2160 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2160 }, 2161 },
2161 ], 2162 ],
2162 }], 2163 }],
2163 ], 2164 ],
2164 }, 2165 },
2165 ], 2166 ],
2166 }], 2167 }],
2167 ], 2168 ],
2168 } 2169 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698