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

Side by Side Diff: content/content_tests.gypi

Issue 10825040: Remove the platform-specific target name override from omx_video_decode_accelerator_unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 '<(DEPTH)/third_party/angle/include', 653 '<(DEPTH)/third_party/angle/include',
654 ], 654 ],
655 'sources': [ 655 'sources': [
656 'common/gpu/media/rendering_helper.h', 656 'common/gpu/media/rendering_helper.h',
657 'common/gpu/media/rendering_helper_mac.mm', 657 'common/gpu/media/rendering_helper_mac.mm',
658 'common/gpu/media/rendering_helper_gl.cc', 658 'common/gpu/media/rendering_helper_gl.cc',
659 'common/gpu/media/video_decode_accelerator_unittest.cc', 659 'common/gpu/media/video_decode_accelerator_unittest.cc',
660 ], 660 ],
661 'conditions': [ 661 'conditions': [
662 ['target_arch=="arm"', { 662 ['target_arch=="arm"', {
663 # TODO(fischman): remove this name override when autotest config
664 # is ready.
665 'target_name': 'omx_video_decode_accelerator_unittest',
666 'include_dirs': [ 663 'include_dirs': [
667 '<(DEPTH)/third_party/openmax/il', 664 '<(DEPTH)/third_party/openmax/il',
668 ], 665 ],
669 }], 666 }],
670 ['OS=="mac"', { 667 ['OS=="mac"', {
671 'sources!': [ 668 'sources!': [
672 'common/gpu/media/rendering_helper_gl.cc', 669 'common/gpu/media/rendering_helper_gl.cc',
673 ], 670 ],
674 }], 671 }],
675 ['OS=="win"', { 672 ['OS=="win"', {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 733 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
737 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', 734 '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
738 ], 735 ],
739 }, 736 },
740 'includes': [ '../build/apk_test.gypi' ], 737 'includes': [ '../build/apk_test.gypi' ],
741 }, 738 },
742 ], 739 ],
743 }], 740 }],
744 ], 741 ],
745 } 742 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698