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 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
882 ], | 882 ], |
883 }], | 883 }], |
884 ['use_aura!=1 and OS!="mac"', { | 884 ['use_aura!=1 and OS!="mac"', { |
885 'sources/': [ | 885 'sources/': [ |
886 ['exclude', '^browser/compositor/'], | 886 ['exclude', '^browser/compositor/'], |
887 ], | 887 ], |
888 }], | 888 }], |
889 ['OS == "android"', { | 889 ['OS == "android"', { |
890 'sources': [ | 890 'sources': [ |
891 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, | 891 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, |
| 892 'browser/android/java/java_type_unittest.cc', |
892 'browser/android/java/jni_helper_unittest.cc', | 893 'browser/android/java/jni_helper_unittest.cc', |
893 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 894 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
894 ], | 895 ], |
895 'sources!': [ | 896 'sources!': [ |
896 'browser/geolocation/network_location_provider_unittest.cc', | 897 'browser/geolocation/network_location_provider_unittest.cc', |
897 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 898 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
898 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 899 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
899 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 900 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
900 ], | 901 ], |
901 }], | 902 }], |
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1845 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1846 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1846 }, | 1847 }, |
1847 ], | 1848 ], |
1848 }], | 1849 }], |
1849 ], | 1850 ], |
1850 }, | 1851 }, |
1851 ], | 1852 ], |
1852 }], | 1853 }], |
1853 ], | 1854 ], |
1854 } | 1855 } |
OLD | NEW |