| 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 '../ui/events/events.gyp:events_test_support', | 874 '../ui/events/events.gyp:events_test_support', |
| 875 ], | 875 ], |
| 876 }], | 876 }], |
| 877 ['use_aura!=1 and OS!="mac"', { | 877 ['use_aura!=1 and OS!="mac"', { |
| 878 'sources/': [ | 878 'sources/': [ |
| 879 ['exclude', '^browser/compositor/'], | 879 ['exclude', '^browser/compositor/'], |
| 880 ], | 880 ], |
| 881 }], | 881 }], |
| 882 ['OS == "android"', { | 882 ['OS == "android"', { |
| 883 'sources': [ | 883 'sources': [ |
| 884 'browser/renderer_host/java/gin_java_method_invocation_helper_unitte
st.cc', | 884 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, |
| 885 'browser/renderer_host/java/jni_helper_unittest.cc', | 885 'browser/android/java/jni_helper_unittest.cc', |
| 886 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 886 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 887 ], | 887 ], |
| 888 'sources!': [ | 888 'sources!': [ |
| 889 'browser/geolocation/network_location_provider_unittest.cc', | 889 'browser/geolocation/network_location_provider_unittest.cc', |
| 890 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 890 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 891 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 891 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 892 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 892 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 893 ], | 893 ], |
| 894 }], | 894 }], |
| 895 ['OS != "android" and OS != "ios"', { | 895 ['OS != "android" and OS != "ios"', { |
| (...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1836 }, | 1836 }, |
| 1837 ], | 1837 ], |
| 1838 }], | 1838 }], |
| 1839 ], | 1839 ], |
| 1840 }, | 1840 }, |
| 1841 ], | 1841 ], |
| 1842 }], | 1842 }], |
| 1843 ], | 1843 ], |
| 1844 } | 1844 } |
| OLD | NEW |