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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 ['OS == "android" and gtest_target_type == "shared_library"', { | 804 ['OS == "android" and gtest_target_type == "shared_library"', { |
805 'dependencies': [ | 805 'dependencies': [ |
806 '../testing/android/native_test.gyp:native_test_native_code', | 806 '../testing/android/native_test.gyp:native_test_native_code', |
807 ], | 807 ], |
808 }], | 808 }], |
809 ['use_aura!=1 and OS!="win" and OS!="android"', { | 809 ['use_aura!=1 and OS!="win" and OS!="android"', { |
810 'sources!': [ | 810 'sources!': [ |
811 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, | 811 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, |
812 ], | 812 ], |
813 }], | 813 }], |
814 ['enable_webrtc==1 and google_tv==1', { | |
815 'sources': [ | |
816 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', | |
817 ], | |
818 }], | |
819 ['use_dbus==0', { | 814 ['use_dbus==0', { |
820 'sources!': [ | 815 'sources!': [ |
821 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 816 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
822 ], | 817 ], |
823 }], | 818 }], |
824 ], | 819 ], |
825 }, | 820 }, |
826 ], | 821 ], |
827 'conditions': [ | 822 'conditions': [ |
828 ['test_isolation_mode != "noop"', { | 823 ['test_isolation_mode != "noop"', { |
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1627 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1622 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1628 }, | 1623 }, |
1629 ], | 1624 ], |
1630 }], | 1625 }], |
1631 ], | 1626 ], |
1632 }, | 1627 }, |
1633 ], | 1628 ], |
1634 }], | 1629 }], |
1635 ], | 1630 ], |
1636 } | 1631 } |
OLD | NEW |