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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 ['use_aura!=1 and OS!="mac"', { | 1113 ['use_aura!=1 and OS!="mac"', { |
1114 'sources/': [ | 1114 'sources/': [ |
1115 ['exclude', '^browser/compositor/'], | 1115 ['exclude', '^browser/compositor/'], |
1116 ], | 1116 ], |
1117 }], | 1117 }], |
1118 ['OS == "android"', { | 1118 ['OS == "android"', { |
1119 'sources': [ '<@(content_unittests_android_sources)' ], | 1119 'sources': [ '<@(content_unittests_android_sources)' ], |
1120 'sources!': [ | 1120 'sources!': [ |
1121 'browser/geolocation/network_location_provider_unittest.cc', | 1121 'browser/geolocation/network_location_provider_unittest.cc', |
1122 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 1122 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
1123 'browser/media/audio_stream_monitor_unittest.cc', | |
1124 'browser/webui/url_data_manager_backend_unittest.cc', | 1123 'browser/webui/url_data_manager_backend_unittest.cc', |
1125 ], | 1124 ], |
1126 'dependencies': [ | 1125 'dependencies': [ |
1127 '../testing/android/native_test.gyp:native_test_native_code', | 1126 '../testing/android/native_test.gyp:native_test_native_code', |
1128 ], | 1127 ], |
1129 }], | 1128 }], |
1130 ['OS != "android" and OS != "ios"', { | 1129 ['OS != "android" and OS != "ios"', { |
1131 'dependencies': [ | 1130 'dependencies': [ |
1132 '../third_party/libvpx/libvpx.gyp:libvpx', | 1131 '../third_party/libvpx/libvpx.gyp:libvpx', |
1133 ], | 1132 ], |
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2146 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2145 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2147 }, | 2146 }, |
2148 ], | 2147 ], |
2149 }], | 2148 }], |
2150 ], | 2149 ], |
2151 }, | 2150 }, |
2152 ], | 2151 ], |
2153 }], | 2152 }], |
2154 ], | 2153 ], |
2155 } | 2154 } |
OLD | NEW |