| 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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 ['use_aura!=1 and OS!="mac"', { | 934 ['use_aura!=1 and OS!="mac"', { |
| 935 'sources/': [ | 935 'sources/': [ |
| 936 ['exclude', '^browser/compositor/'], | 936 ['exclude', '^browser/compositor/'], |
| 937 ], | 937 ], |
| 938 }], | 938 }], |
| 939 ['OS == "android"', { | 939 ['OS == "android"', { |
| 940 'sources': [ | 940 'sources': [ |
| 941 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, | 941 'browser/android/java/gin_java_method_invocation_helper_unittest.cc'
, |
| 942 'browser/android/java/java_type_unittest.cc', | 942 'browser/android/java/java_type_unittest.cc', |
| 943 'browser/android/java/jni_helper_unittest.cc', | 943 'browser/android/java/jni_helper_unittest.cc', |
| 944 'browser/android/overscroll_refresh_unittest.cc', |
| 944 'browser/android/system_ui_resource_manager_impl_unittest.cc', | 945 'browser/android/system_ui_resource_manager_impl_unittest.cc', |
| 945 'browser/renderer_host/input/motion_event_android_unittest.cc', | 946 'browser/renderer_host/input/motion_event_android_unittest.cc', |
| 946 'renderer/java/gin_java_bridge_value_converter_unittest.cc', | 947 'renderer/java/gin_java_bridge_value_converter_unittest.cc', |
| 947 ], | 948 ], |
| 948 'sources!': [ | 949 'sources!': [ |
| 949 'browser/geolocation/network_location_provider_unittest.cc', | 950 'browser/geolocation/network_location_provider_unittest.cc', |
| 950 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 951 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 951 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 952 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 952 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 953 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 953 ], | 954 ], |
| (...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2000 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2001 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2001 }, | 2002 }, |
| 2002 ], | 2003 ], |
| 2003 }], | 2004 }], |
| 2004 ], | 2005 ], |
| 2005 }, | 2006 }, |
| 2006 ], | 2007 ], |
| 2007 }], | 2008 }], |
| 2008 ], | 2009 ], |
| 2009 } | 2010 } |
| OLD | NEW |