| 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': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 ['use_aura!=1 and OS!="android"', { | 883 ['use_aura!=1 and OS!="android"', { |
| 884 'sources!': [ | 884 'sources!': [ |
| 885 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, | 885 'browser/renderer_host/input/tap_suppression_controller_unittest.cc'
, |
| 886 ], | 886 ], |
| 887 }], | 887 }], |
| 888 ['use_dbus==0', { | 888 ['use_dbus==0', { |
| 889 'sources!': [ | 889 'sources!': [ |
| 890 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 890 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 891 ], | 891 ], |
| 892 }], | 892 }], |
| 893 ['OS!="win" and OS!="mac"', { |
| 894 'sources!': [ |
| 895 'common/plugin_list_unittest.cc', |
| 896 ], |
| 897 }], |
| 893 ], | 898 ], |
| 894 }, | 899 }, |
| 895 ], | 900 ], |
| 896 'conditions': [ | 901 'conditions': [ |
| 897 ['test_isolation_mode != "noop"', { | 902 ['test_isolation_mode != "noop"', { |
| 898 'targets': [ | 903 'targets': [ |
| 899 { | 904 { |
| 900 'target_name': 'content_unittests_run', | 905 'target_name': 'content_unittests_run', |
| 901 'type': 'none', | 906 'type': 'none', |
| 902 'dependencies': [ | 907 'dependencies': [ |
| (...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1819 }, | 1824 }, |
| 1820 ], | 1825 ], |
| 1821 }], | 1826 }], |
| 1822 ], | 1827 ], |
| 1823 }, | 1828 }, |
| 1824 ], | 1829 ], |
| 1825 }], | 1830 }], |
| 1826 ], | 1831 ], |
| 1827 } | 1832 } |
| OLD | NEW |