| 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 ['use_aura!=1 and OS!="mac"', { | 890 ['use_aura!=1 and OS!="mac"', { |
| 891 'sources/': [ | 891 'sources/': [ |
| 892 ['exclude', '^browser/compositor/'], | 892 ['exclude', '^browser/compositor/'], |
| 893 ], | 893 ], |
| 894 }], | 894 }], |
| 895 ['OS == "android"', { | 895 ['OS == "android"', { |
| 896 'sources': [ | 896 'sources': [ |
| 897 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, | 897 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, |
| 898 'browser/android/java/java_type_unittest.cc', | 898 'browser/android/java/java_type_unittest.cc', |
| 899 'browser/android/java/jni_helper_unittest.cc', | 899 'browser/android/java/jni_helper_unittest.cc', |
| 900 'browser/android/system_ui_resource_manager_impl_unittest.cc', |
| 900 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 901 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 901 ], | 902 ], |
| 902 'sources!': [ | 903 'sources!': [ |
| 903 'browser/geolocation/network_location_provider_unittest.cc', | 904 'browser/geolocation/network_location_provider_unittest.cc', |
| 904 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 905 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 905 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 906 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 906 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 907 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 907 ], | 908 ], |
| 908 }], | 909 }], |
| 909 ['OS != "android" and OS != "ios"', { | 910 ['OS != "android" and OS != "ios"', { |
| (...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1861 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1862 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1862 }, | 1863 }, |
| 1863 ], | 1864 ], |
| 1864 }], | 1865 }], |
| 1865 ], | 1866 ], |
| 1866 }, | 1867 }, |
| 1867 ], | 1868 ], |
| 1868 }], | 1869 }], |
| 1869 ], | 1870 ], |
| 1870 } | 1871 } |
| OLD | NEW |