OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |