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 490233002: VaapiVideoAccelerator: make Vaapi accelerator work with ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reenable Ozone path Created 6 years, 3 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 '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 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 ], 1409 ],
1410 'include_dirs': [ 1410 'include_dirs': [
1411 '..', 1411 '..',
1412 ], 1412 ],
1413 'sources': [ 1413 'sources': [
1414 'common/gpu/client/gl_helper_benchmark.cc', 1414 'common/gpu/client/gl_helper_benchmark.cc',
1415 ], 1415 ],
1416 }, 1416 },
1417 ], 1417 ],
1418 }], 1418 }],
1419 ['(chromeos==1 or OS=="win" or OS=="android") and use_ozone==0', { 1419 ['chromeos==1 or OS=="win" or OS=="android"', {
1420 'targets': [ 1420 'targets': [
1421 { 1421 {
1422 'target_name': 'video_decode_accelerator_unittest', 1422 'target_name': 'video_decode_accelerator_unittest',
1423 'type': '<(gtest_target_type)', 1423 'type': '<(gtest_target_type)',
1424 'dependencies': [ 1424 'dependencies': [
1425 '../base/base.gyp:base', 1425 '../base/base.gyp:base',
1426 '../media/media.gyp:media', 1426 '../media/media.gyp:media',
1427 '../testing/gtest.gyp:gtest', 1427 '../testing/gtest.gyp:gtest',
1428 '../ui/base/ui_base.gyp:ui_base', 1428 '../ui/base/ui_base.gyp:ui_base',
1429 '../ui/gfx/gfx.gyp:gfx', 1429 '../ui/gfx/gfx.gyp:gfx',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 ], 1506 ],
1507 'sources': [ 1507 'sources': [
1508 'common/gpu/media/vaapi_h264_decoder_unittest.cc', 1508 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
1509 ], 1509 ],
1510 'include_dirs': [ 1510 'include_dirs': [
1511 '<(DEPTH)/third_party/libva', 1511 '<(DEPTH)/third_party/libva',
1512 ], 1512 ],
1513 }, 1513 },
1514 ] 1514 ]
1515 }], 1515 }],
1516 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { 1516 ['chromeos==1', {
1517 'targets': [ 1517 'targets': [
1518 { 1518 {
1519 'target_name': 'video_encode_accelerator_unittest', 1519 'target_name': 'video_encode_accelerator_unittest',
1520 'type': 'executable', 1520 'type': 'executable',
1521 'dependencies': [ 1521 'dependencies': [
1522 '../base/base.gyp:base', 1522 '../base/base.gyp:base',
1523 '../media/media.gyp:media', 1523 '../media/media.gyp:media',
1524 '../media/media.gyp:media_test_support', 1524 '../media/media.gyp:media_test_support',
1525 '../testing/gtest.gyp:gtest', 1525 '../testing/gtest.gyp:gtest',
1526 '../ui/base/ui_base.gyp:ui_base', 1526 '../ui/base/ui_base.gyp:ui_base',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1881 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1882 }, 1882 },
1883 ], 1883 ],
1884 }], 1884 }],
1885 ], 1885 ],
1886 }, 1886 },
1887 ], 1887 ],
1888 }], 1888 }],
1889 ], 1889 ],
1890 } 1890 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698