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

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: Don't limit h264_bitstream_buffer_unittest to x11 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 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 ], 1404 ],
1405 'include_dirs': [ 1405 'include_dirs': [
1406 '..', 1406 '..',
1407 ], 1407 ],
1408 'sources': [ 1408 'sources': [
1409 'common/gpu/client/gl_helper_benchmark.cc', 1409 'common/gpu/client/gl_helper_benchmark.cc',
1410 ], 1410 ],
1411 }, 1411 },
1412 ], 1412 ],
1413 }], 1413 }],
1414 ['(chromeos==1 or OS=="win" or OS=="android") and use_ozone==0', { 1414 ['chromeos==1 or OS=="win" or OS=="android"', {
1415 'targets': [ 1415 'targets': [
1416 { 1416 {
1417 'target_name': 'video_decode_accelerator_unittest', 1417 'target_name': 'video_decode_accelerator_unittest',
1418 'type': '<(gtest_target_type)', 1418 'type': '<(gtest_target_type)',
1419 'dependencies': [ 1419 'dependencies': [
1420 '../base/base.gyp:base', 1420 '../base/base.gyp:base',
1421 '../media/media.gyp:media', 1421 '../media/media.gyp:media',
1422 '../testing/gtest.gyp:gtest', 1422 '../testing/gtest.gyp:gtest',
1423 '../ui/base/ui_base.gyp:ui_base', 1423 '../ui/base/ui_base.gyp:ui_base',
1424 '../ui/gfx/gfx.gyp:gfx', 1424 '../ui/gfx/gfx.gyp:gfx',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 ], 1501 ],
1502 'sources': [ 1502 'sources': [
1503 'common/gpu/media/vaapi_h264_decoder_unittest.cc', 1503 'common/gpu/media/vaapi_h264_decoder_unittest.cc',
1504 ], 1504 ],
1505 'include_dirs': [ 1505 'include_dirs': [
1506 '<(DEPTH)/third_party/libva', 1506 '<(DEPTH)/third_party/libva',
1507 ], 1507 ],
1508 }, 1508 },
1509 ] 1509 ]
1510 }], 1510 }],
1511 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { 1511 ['chromeos==1', {
1512 'targets': [ 1512 'targets': [
1513 { 1513 {
1514 'target_name': 'video_encode_accelerator_unittest', 1514 'target_name': 'video_encode_accelerator_unittest',
1515 'type': 'executable', 1515 'type': 'executable',
1516 'dependencies': [ 1516 'dependencies': [
1517 '../base/base.gyp:base', 1517 '../base/base.gyp:base',
1518 '../media/media.gyp:media', 1518 '../media/media.gyp:media',
1519 '../media/media.gyp:media_test_support', 1519 '../media/media.gyp:media_test_support',
1520 '../testing/gtest.gyp:gtest', 1520 '../testing/gtest.gyp:gtest',
1521 '../ui/base/ui_base.gyp:ui_base', 1521 '../ui/base/ui_base.gyp:ui_base',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1876 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1877 }, 1877 },
1878 ], 1878 ],
1879 }], 1879 }],
1880 ], 1880 ],
1881 }, 1881 },
1882 ], 1882 ],
1883 }], 1883 }],
1884 ], 1884 ],
1885 } 1885 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698