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

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: address review comments 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 'dependencies': [ 10 'dependencies': [
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'include_dirs': [ 1188 'include_dirs': [
1189 '<(DEPTH)/third_party/libva', 1189 '<(DEPTH)/third_party/libva',
1190 ], 1190 ],
1191 }], 1191 }],
1192 ], 1192 ],
1193 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1193 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1194 'msvs_disabled_warnings': [ 4267, ], 1194 'msvs_disabled_warnings': [ 4267, ],
1195 }, 1195 },
1196 ] 1196 ]
1197 }], 1197 }],
1198 ['(chromeos==1 or OS=="linux") and target_arch != "arm"', {
1199 'targets': [
1200 {
1201 'target_name': 'vaapi_h264_decoder_test',
1202 'type': 'executable',
1203 'dependencies': [
1204 'content.gyp:content',
1205 '../base/base.gyp:base',
1206 '../media/media.gyp:media',
1207 ],
1208 'sources': [
1209 'common/gpu/media/vaapi_h264_decoder_test.cc',
1210 ],
1211 'include_dirs': [
1212 '<(DEPTH)/third_party/libva',
1213 ],
1214 },
1215 ]
1216 }],
1198 ['chromeos==1 and target_arch == "arm"', { 1217 ['chromeos==1 and target_arch == "arm"', {
1199 'targets': [ 1218 'targets': [
1200 { 1219 {
1201 'target_name': 'video_encode_accelerator_unittest', 1220 'target_name': 'video_encode_accelerator_unittest',
1202 'type': 'executable', 1221 'type': 'executable',
1203 'dependencies': [ 1222 'dependencies': [
1204 'content.gyp:content', 1223 'content.gyp:content',
1205 '../base/base.gyp:base', 1224 '../base/base.gyp:base',
1206 '../testing/gtest.gyp:gtest', 1225 '../testing/gtest.gyp:gtest',
1207 '../media/media.gyp:media', 1226 '../media/media.gyp:media',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1523 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1505 }, 1524 },
1506 ], 1525 ],
1507 }], 1526 }],
1508 ], 1527 ],
1509 }, 1528 },
1510 ], 1529 ],
1511 }], 1530 }],
1512 ], 1531 ],
1513 } 1532 }
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