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

Side by Side Diff: content/content_tests.gypi

Issue 119153002: Move H264Parser and H264BitReader to media/filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('k') | media/filters/h264_bit_reader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 '../ui/gfx/gfx.gyp:gfx_geometry', 1314 '../ui/gfx/gfx.gyp:gfx_geometry',
1315 '../ui/ui.gyp:ui', 1315 '../ui/ui.gyp:ui',
1316 ], 1316 ],
1317 'sources': [ 1317 'sources': [
1318 'common/gpu/media/video_accelerator_unittest_helpers.h', 1318 'common/gpu/media/video_accelerator_unittest_helpers.h',
1319 'common/gpu/media/video_encode_accelerator_unittest.cc', 1319 'common/gpu/media/video_encode_accelerator_unittest.cc',
1320 ], 1320 ],
1321 }, 1321 },
1322 ] 1322 ]
1323 }], 1323 }],
1324 ['chromeos == 1 or OS == "linux"', {
1325 'targets': [
1326 {
1327 'target_name': 'h264_parser_unittest',
1328 'type': 'executable',
1329 'dependencies': [
1330 'content.gyp:content_common',
1331 '../base/base.gyp:base',
1332 '../testing/gtest.gyp:gtest',
1333 ],
1334 'sources': [
1335 'common/gpu/media/h264_bit_reader_unittest.cc',
1336 'common/gpu/media/h264_parser_unittest.cc',
1337 ],
1338 'conditions': [
1339 ['linux_use_tcmalloc==1', {
1340 'dependencies': [
1341 '../base/allocator/allocator.gyp:allocator',
1342 ],
1343 }],
1344 ],
1345 }
1346 ],
1347 }],
1348 # Special target to wrap a gtest_target_type==shared_library 1324 # Special target to wrap a gtest_target_type==shared_library
1349 # content_unittests into an android apk for execution. 1325 # content_unittests into an android apk for execution.
1350 # See base.gyp for TODO(jrg)s about this strategy. 1326 # See base.gyp for TODO(jrg)s about this strategy.
1351 ['OS == "android" and gtest_target_type == "shared_library"', { 1327 ['OS == "android" and gtest_target_type == "shared_library"', {
1352 'targets': [ 1328 'targets': [
1353 { 1329 {
1354 'target_name': 'content_gl_tests_apk', 1330 'target_name': 'content_gl_tests_apk',
1355 'type': 'none', 1331 'type': 'none',
1356 'dependencies': [ 1332 'dependencies': [
1357 'content_gl_tests', 1333 'content_gl_tests',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1626 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1651 }, 1627 },
1652 ], 1628 ],
1653 }], 1629 }],
1654 ], 1630 ],
1655 }, 1631 },
1656 ], 1632 ],
1657 }], 1633 }],
1658 ], 1634 ],
1659 } 1635 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | media/filters/h264_bit_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698