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

Side by Side Diff: content/content_tests.gypi

Issue 176883018: Remove additional protection of kDisableAcceleratedVideoDecode in bpf_gpu_policy_linux.cc. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 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
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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'include_dirs': [ 1256 'include_dirs': [
1257 '..', 1257 '..',
1258 ], 1258 ],
1259 'sources': [ 1259 'sources': [
1260 'test/webkit_unit_test_support.cc', 1260 'test/webkit_unit_test_support.cc',
1261 'test/webkit_unit_test_support.h', 1261 'test/webkit_unit_test_support.h',
1262 ], 1262 ],
1263 }, 1263 },
1264 ], 1264 ],
1265 }], 1265 }],
1266 ['chromeos==1 or OS=="win" or OS=="android"', { 1266 ['(chromeos==1 or (OS=="linux" and use_x11==1 and target_arch != "arm")) or OS=="win" or OS=="android"', {
1267 'targets': [ 1267 'targets': [
1268 { 1268 {
1269 'target_name': 'video_decode_accelerator_unittest', 1269 'target_name': 'video_decode_accelerator_unittest',
1270 'type': '<(gtest_target_type)', 1270 'type': '<(gtest_target_type)',
1271 'dependencies': [ 1271 'dependencies': [
1272 'content.gyp:content', 1272 'content.gyp:content',
1273 'test_support_content',
1273 '../base/base.gyp:base', 1274 '../base/base.gyp:base',
1274 '../testing/gtest.gyp:gtest', 1275 '../testing/gtest.gyp:gtest',
1275 '../media/media.gyp:media', 1276 '../media/media.gyp:media',
1276 '../ui/gl/gl.gyp:gl', 1277 '../ui/gl/gl.gyp:gl',
1277 '../ui/gfx/gfx.gyp:gfx', 1278 '../ui/gfx/gfx.gyp:gfx',
1278 '../ui/gfx/gfx.gyp:gfx_geometry', 1279 '../ui/gfx/gfx.gyp:gfx_geometry',
1279 '../ui/ui.gyp:ui', 1280 '../ui/ui.gyp:ui',
1280 ], 1281 ],
1281 'include_dirs': [ 1282 'include_dirs': [
1282 '<(DEPTH)/third_party/khronos', 1283 '<(DEPTH)/third_party/khronos',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 'dependencies': [ 1329 'dependencies': [
1329 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c 1330 '../build/linux/system.gyp:x11', # Used by rendering_helper.c c
1330 ], 1331 ],
1331 }], 1332 }],
1332 ], 1333 ],
1333 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1334 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1334 'msvs_disabled_warnings': [ 4267, ], 1335 'msvs_disabled_warnings': [ 4267, ],
1335 }, 1336 },
1336 ] 1337 ]
1337 }], 1338 }],
1338 ['chromeos==1 and use_x11 == 1 and target_arch != "arm"', { 1339 ['(chromeos==1 or OS=="linux") and use_x11==1 and target_arch != "arm"', {
1339 'targets': [ 1340 'targets': [
1340 { 1341 {
1341 'target_name': 'vaapi_h264_decoder_unittest', 1342 'target_name': 'vaapi_h264_decoder_unittest',
1342 'type': '<(gtest_target_type)', 1343 'type': '<(gtest_target_type)',
1343 'dependencies': [ 1344 'dependencies': [
1344 'content.gyp:content_common', 1345 'content.gyp:content_common',
1346 'test_support_content',
1345 '../base/base.gyp:base', 1347 '../base/base.gyp:base',
1346 '../media/media.gyp:media', 1348 '../media/media.gyp:media',
1347 '../testing/gtest.gyp:gtest', 1349 '../testing/gtest.gyp:gtest',
1348 '../third_party/libyuv/libyuv.gyp:libyuv', 1350 '../third_party/libyuv/libyuv.gyp:libyuv',
1349 '../ui/gfx/gfx.gyp:gfx_geometry', 1351 '../ui/gfx/gfx.gyp:gfx_geometry',
1350 ], 1352 ],
1351 'sources': [ 1353 'sources': [
1352 'common/gpu/media/vaapi_h264_decoder_unittest.cc', 1354 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
1353 ], 1355 ],
1354 'include_dirs': [ 1356 'include_dirs': [
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1704 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1706 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1705 }, 1707 },
1706 ], 1708 ],
1707 }], 1709 }],
1708 ], 1710 ],
1709 }, 1711 },
1710 ], 1712 ],
1711 }], 1713 }],
1712 ], 1714 ],
1713 } 1715 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698