| 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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 ['OS == "android" and gtest_target_type == "shared_library"', { | 728 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 729 'dependencies': [ | 729 'dependencies': [ |
| 730 '../testing/android/native_test.gyp:native_test_native_code', | 730 '../testing/android/native_test.gyp:native_test_native_code', |
| 731 ], | 731 ], |
| 732 }], | 732 }], |
| 733 ['enable_webrtc==1 and google_tv==1', { | 733 ['enable_webrtc==1 and google_tv==1', { |
| 734 'sources': [ | 734 'sources': [ |
| 735 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', | 735 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', |
| 736 ], | 736 ], |
| 737 }], | 737 }], |
| 738 # TODO(bryaneyler): Also enable these for OpenSSL once that |
| 739 # implementation is ready. |
| 740 ['use_nss==1', { |
| 741 'sources': [ |
| 742 'renderer/webcrypto_digest_unittest.cc', |
| 743 ], |
| 744 }], |
| 738 ], | 745 ], |
| 739 }, | 746 }, |
| 740 ], | 747 ], |
| 741 'conditions': [ | 748 'conditions': [ |
| 742 ['OS!="ios"', { | 749 ['OS!="ios"', { |
| 743 'targets': [ | 750 'targets': [ |
| 744 { | 751 { |
| 745 'target_name': 'content_browsertests', | 752 'target_name': 'content_browsertests', |
| 746 'type': '<(gtest_target_type)', | 753 'type': '<(gtest_target_type)', |
| 747 'defines!': ['CONTENT_IMPLEMENTATION'], | 754 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1399 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1406 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1400 }, | 1407 }, |
| 1401 ], | 1408 ], |
| 1402 }], | 1409 }], |
| 1403 ], | 1410 ], |
| 1404 }, | 1411 }, |
| 1405 ], | 1412 ], |
| 1406 }], | 1413 }], |
| 1407 ], | 1414 ], |
| 1408 } | 1415 } |
| OLD | NEW |