OLD | NEW |
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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 ['OS == "android" and gtest_target_type == "shared_library"', { | 774 ['OS == "android" and gtest_target_type == "shared_library"', { |
775 'dependencies': [ | 775 'dependencies': [ |
776 '../testing/android/native_test.gyp:native_test_native_code', | 776 '../testing/android/native_test.gyp:native_test_native_code', |
777 ], | 777 ], |
778 }], | 778 }], |
779 ['enable_webrtc==1 and google_tv==1', { | 779 ['enable_webrtc==1 and google_tv==1', { |
780 'sources': [ | 780 'sources': [ |
781 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', | 781 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', |
782 ], | 782 ], |
783 }], | 783 }], |
784 # TODO(bryaneyler): Also enable these for OpenSSL once that | |
785 # implementation is ready. Issue 267888. | |
786 ['use_nss!=1', { | |
787 'sources!': [ | |
788 'renderer/webcrypto_impl_unittest.cc', | |
789 ], | |
790 }], | |
791 ], | 784 ], |
792 }, | 785 }, |
793 ], | 786 ], |
794 'conditions': [ | 787 'conditions': [ |
795 ['OS!="ios"', { | 788 ['OS!="ios"', { |
796 'targets': [ | 789 'targets': [ |
797 { | 790 { |
798 'target_name': 'content_browsertests', | 791 'target_name': 'content_browsertests', |
799 'type': '<(gtest_target_type)', | 792 'type': '<(gtest_target_type)', |
800 'defines!': ['CONTENT_IMPLEMENTATION'], | 793 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1488 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1481 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1489 }, | 1482 }, |
1490 ], | 1483 ], |
1491 }], | 1484 }], |
1492 ], | 1485 ], |
1493 }, | 1486 }, |
1494 ], | 1487 ], |
1495 }], | 1488 }], |
1496 ], | 1489 ], |
1497 } | 1490 } |
OLD | NEW |