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

Side by Side Diff: content/content_tests.gypi

Issue 27498002: Add vaapi_h264_decoder_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix destruct order Created 7 years, 2 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'include_dirs': [ 1190 'include_dirs': [
1191 '<(DEPTH)/third_party/libva', 1191 '<(DEPTH)/third_party/libva',
1192 ], 1192 ],
1193 }], 1193 }],
1194 ], 1194 ],
1195 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1195 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1196 'msvs_disabled_warnings': [ 4267, ], 1196 'msvs_disabled_warnings': [ 4267, ],
1197 }, 1197 },
1198 ] 1198 ]
1199 }], 1199 }],
1200 ['(chromeos==1 or OS=="linux") and target_arch != "arm"', {
1201 'targets': [
1202 {
1203 'target_name': 'vaapi_h264_decoder_test',
1204 'type': '<(gtest_target_type)',
1205 'dependencies': [
1206 'content',
1207 '../base/base.gyp:base',
1208 '../testing/gtest.gyp:gtest',
1209 '../media/media.gyp:media',
1210 ],
1211 'sources': [
1212 'common/gpu/media/vaapi_h264_decoder_test.cc',
1213 ],
1214 'include_dirs': [
1215 '<(DEPTH)/third_party/libva',
1216 ],
1217 },
1218 ]
1219 }],
1200 ['chromeos==1 and target_arch == "arm"', { 1220 ['chromeos==1 and target_arch == "arm"', {
1201 'targets': [ 1221 'targets': [
1202 { 1222 {
1203 'target_name': 'video_encode_accelerator_unittest', 1223 'target_name': 'video_encode_accelerator_unittest',
1204 'type': 'executable', 1224 'type': 'executable',
1205 'dependencies': [ 1225 'dependencies': [
1206 'content', 1226 'content',
1207 '../base/base.gyp:base', 1227 '../base/base.gyp:base',
1208 '../testing/gtest.gyp:gtest', 1228 '../testing/gtest.gyp:gtest',
1209 '../media/media.gyp:media', 1229 '../media/media.gyp:media',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1525 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1506 }, 1526 },
1507 ], 1527 ],
1508 }], 1528 }],
1509 ], 1529 ],
1510 }, 1530 },
1511 ], 1531 ],
1512 }], 1532 }],
1513 ], 1533 ],
1514 } 1534 }
OLDNEW
« content/common/gpu/media/vaapi_wrapper.cc ('K') | « content/common/gpu/media/vaapi_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698