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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 ['use_aura!=1 and OS!="win"', { | 788 ['use_aura!=1 and OS!="win"', { |
789 'sources!': [ | 789 'sources!': [ |
790 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, | 790 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, |
791 ], | 791 ], |
792 }], | 792 }], |
793 ['enable_webrtc==1 and google_tv==1', { | 793 ['enable_webrtc==1 and google_tv==1', { |
794 'sources': [ | 794 'sources': [ |
795 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', | 795 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', |
796 ], | 796 ], |
797 }], | 797 }], |
798 # TODO(bryaneyler): Also enable these for OpenSSL once that | |
799 # implementation is ready. Issue 267888. | |
800 ['use_nss!=1', { | |
801 'sources!': [ | |
802 'renderer/webcrypto/webcrypto_impl_unittest.cc', | |
803 ], | |
804 }], | |
805 ], | 798 ], |
806 }, | 799 }, |
807 ], | 800 ], |
808 'conditions': [ | 801 'conditions': [ |
809 ['OS!="ios"', { | 802 ['OS!="ios"', { |
810 'targets': [ | 803 'targets': [ |
811 { | 804 { |
812 'target_name': 'content_browsertests', | 805 'target_name': 'content_browsertests', |
813 'type': '<(gtest_target_type)', | 806 'type': '<(gtest_target_type)', |
814 'defines!': ['CONTENT_IMPLEMENTATION'], | 807 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1508 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1501 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1509 }, | 1502 }, |
1510 ], | 1503 ], |
1511 }], | 1504 }], |
1512 ], | 1505 ], |
1513 }, | 1506 }, |
1514 ], | 1507 ], |
1515 }], | 1508 }], |
1516 ], | 1509 ], |
1517 } | 1510 } |
OLD | NEW |