| 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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 '../ui/events/events.gyp:events_test_support', | 868 '../ui/events/events.gyp:events_test_support', |
| 869 ], | 869 ], |
| 870 }], | 870 }], |
| 871 ['use_aura!=1 and OS!="mac"', { | 871 ['use_aura!=1 and OS!="mac"', { |
| 872 'sources/': [ | 872 'sources/': [ |
| 873 ['exclude', '^browser/compositor/'], | 873 ['exclude', '^browser/compositor/'], |
| 874 ], | 874 ], |
| 875 }], | 875 }], |
| 876 ['OS == "android"', { | 876 ['OS == "android"', { |
| 877 'sources': [ | 877 'sources': [ |
| 878 'browser/renderer_host/java/gin_java_method_invocation_helper_unitte
st.cc', |
| 878 'browser/renderer_host/java/jni_helper_unittest.cc', | 879 'browser/renderer_host/java/jni_helper_unittest.cc', |
| 879 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 880 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 880 ], | 881 ], |
| 881 'sources!': [ | 882 'sources!': [ |
| 882 'browser/geolocation/network_location_provider_unittest.cc', | 883 'browser/geolocation/network_location_provider_unittest.cc', |
| 883 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 884 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 884 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 885 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 885 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 886 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 886 ], | 887 ], |
| 887 }], | 888 }], |
| (...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1819 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1819 }, | 1820 }, |
| 1820 ], | 1821 ], |
| 1821 }], | 1822 }], |
| 1822 ], | 1823 ], |
| 1823 }, | 1824 }, |
| 1824 ], | 1825 ], |
| 1825 }], | 1826 }], |
| 1826 ], | 1827 ], |
| 1827 } | 1828 } |
| OLD | NEW |