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

Side by Side Diff: content/content_tests.gypi

Issue 10753005: Add HE AAC support to ISO BMFF. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 ['chromeos == 1', { 638 ['chromeos == 1', {
639 'targets': [ 639 'targets': [
640 { 640 {
641 'target_name': 'h264_parser_unittest', 641 'target_name': 'h264_parser_unittest',
642 'type': 'executable', 642 'type': 'executable',
643 'dependencies': [ 643 'dependencies': [
644 'content_common', 644 'content_common',
645 '../testing/gtest.gyp:gtest', 645 '../testing/gtest.gyp:gtest',
646 ], 646 ],
647 'sources': [ 647 'sources': [
648 'common/gpu/media/h264_bit_reader_unittest.cc',
648 'common/gpu/media/h264_parser_unittest.cc', 649 'common/gpu/media/h264_parser_unittest.cc',
649 ], 650 ],
650 } 651 }
651 ], 652 ],
652 }], 653 }],
653 # Special target to wrap a gtest_target_type==shared_library 654 # Special target to wrap a gtest_target_type==shared_library
654 # content_unittests into an android apk for execution. 655 # content_unittests into an android apk for execution.
655 # See base.gyp for TODO(jrg)s about this strategy. 656 # See base.gyp for TODO(jrg)s about this strategy.
656 ['OS == "android" and gtest_target_type == "shared_library"', { 657 ['OS == "android" and gtest_target_type == "shared_library"', {
657 'targets': [ 658 'targets': [
(...skipping 12 matching lines...) Expand all
670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 671 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 672 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
672 ], 673 ],
673 }, 674 },
674 'includes': [ '../build/apk_test.gypi' ], 675 'includes': [ '../build/apk_test.gypi' ],
675 }, 676 },
676 ], 677 ],
677 }], 678 }],
678 ], 679 ],
679 } 680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698