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

Side by Side Diff: content/content_tests.gypi

Issue 10736006: Fix OMX VDA unittest for ARM. (Closed) Base URL: https://git.chromium.org/git/chromium/src@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
« no previous file with comments | « content/common/gpu/media/rendering_helper_gl.cc ('k') | no next file » | 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) 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { 582 ['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', {
583 'targets': [ 583 'targets': [
584 { 584 {
585 'target_name': 'video_decode_accelerator_unittest', 585 'target_name': 'video_decode_accelerator_unittest',
586 'type': 'executable', 586 'type': 'executable',
587 'dependencies': [ 587 'dependencies': [
588 'content', 588 'content',
589 '../base/base.gyp:base', 589 '../base/base.gyp:base',
590 '../testing/gtest.gyp:gtest', 590 '../testing/gtest.gyp:gtest',
591 '../media/media.gyp:media', 591 '../media/media.gyp:media',
592 '../ui/gl/gl.gyp:gl',
593 '../ui/ui.gyp:ui', 592 '../ui/ui.gyp:ui',
594 ], 593 ],
595 'include_dirs': [ 594 'include_dirs': [
596 '<(DEPTH)/third_party/angle/include', 595 '<(DEPTH)/third_party/angle/include',
597 ], 596 ],
598 'sources': [ 597 'sources': [
599 'common/gpu/media/rendering_helper.h', 598 'common/gpu/media/rendering_helper.h',
600 'common/gpu/media/rendering_helper_mac.mm', 599 'common/gpu/media/rendering_helper_mac.mm',
601 'common/gpu/media/rendering_helper_gl.cc', 600 'common/gpu/media/rendering_helper_gl.cc',
602 'common/gpu/media/video_decode_accelerator_unittest.cc', 601 'common/gpu/media/video_decode_accelerator_unittest.cc',
(...skipping 16 matching lines...) Expand all
619 'dependencies': [ 618 'dependencies': [
620 '../third_party/angle/src/build_angle.gyp:libEGL', 619 '../third_party/angle/src/build_angle.gyp:libEGL',
621 '../third_party/angle/src/build_angle.gyp:libGLESv2', 620 '../third_party/angle/src/build_angle.gyp:libGLESv2',
622 ], 621 ],
623 }], 622 }],
624 ['OS=="win" and win_use_allocator_shim==1', { 623 ['OS=="win" and win_use_allocator_shim==1', {
625 'dependencies': [ 624 'dependencies': [
626 '../base/allocator/allocator.gyp:allocator', 625 '../base/allocator/allocator.gyp:allocator',
627 ], 626 ],
628 }], 627 }],
628 ['target_arch != "arm"', {
629 'dependencies': [
630 '../ui/gl/gl.gyp:gl',
631 ],
632 }],
629 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { 633 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
630 'include_dirs': [ 634 'include_dirs': [
631 '<(DEPTH)/third_party/libva', 635 '<(DEPTH)/third_party/libva',
632 ], 636 ],
633 }], 637 }],
634 ], 638 ],
635 }, 639 },
636 ] 640 ]
637 }], 641 }],
638 ['chromeos == 1', { 642 ['chromeos == 1', {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 674 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 675 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
672 ], 676 ],
673 }, 677 },
674 'includes': [ '../build/apk_test.gypi' ], 678 'includes': [ '../build/apk_test.gypi' ],
675 }, 679 },
676 ], 680 ],
677 }], 681 }],
678 ], 682 ],
679 } 683 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/rendering_helper_gl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698