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