| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 '../ui/events/events.gyp:events_test_support', | 870 '../ui/events/events.gyp:events_test_support', |
| 871 ], | 871 ], |
| 872 }], | 872 }], |
| 873 ['use_aura!=1 and OS!="mac"', { | 873 ['use_aura!=1 and OS!="mac"', { |
| 874 'sources/': [ | 874 'sources/': [ |
| 875 ['exclude', '^browser/compositor/'], | 875 ['exclude', '^browser/compositor/'], |
| 876 ], | 876 ], |
| 877 }], | 877 }], |
| 878 ['OS == "android"', { | 878 ['OS == "android"', { |
| 879 'sources': [ | 879 'sources': [ |
| 880 'browser/renderer_host/java/gin_java_method_invocation_helper_unitte
st.cc', |
| 880 'browser/renderer_host/java/jni_helper_unittest.cc', | 881 'browser/renderer_host/java/jni_helper_unittest.cc', |
| 881 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 882 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 882 ], | 883 ], |
| 883 'sources!': [ | 884 'sources!': [ |
| 884 'browser/geolocation/network_location_provider_unittest.cc', | 885 'browser/geolocation/network_location_provider_unittest.cc', |
| 885 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 886 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 886 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 887 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 887 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 888 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 888 ], | 889 ], |
| 889 }], | 890 }], |
| (...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1828 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1828 }, | 1829 }, |
| 1829 ], | 1830 ], |
| 1830 }], | 1831 }], |
| 1831 ], | 1832 ], |
| 1832 }, | 1833 }, |
| 1833 ], | 1834 ], |
| 1834 }], | 1835 }], |
| 1835 ], | 1836 ], |
| 1836 } | 1837 } |
| OLD | NEW |