| 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'browser/loader/resource_loader_unittest.cc', | 486 'browser/loader/resource_loader_unittest.cc', |
| 487 'browser/loader/resource_scheduler_unittest.cc', | 487 'browser/loader/resource_scheduler_unittest.cc', |
| 488 'browser/loader/temporary_file_stream_unittest.cc', | 488 'browser/loader/temporary_file_stream_unittest.cc', |
| 489 'browser/loader/upload_data_stream_builder_unittest.cc', | 489 'browser/loader/upload_data_stream_builder_unittest.cc', |
| 490 'browser/mach_broker_mac_unittest.cc', | 490 'browser/mach_broker_mac_unittest.cc', |
| 491 'browser/media/android/media_session_uma_helper_unittest.cc', | 491 'browser/media/android/media_session_uma_helper_unittest.cc', |
| 492 'browser/media/audio_stream_monitor_unittest.cc', | 492 'browser/media/audio_stream_monitor_unittest.cc', |
| 493 'browser/media/capture/audio_mirroring_manager_unittest.cc', | 493 'browser/media/capture/audio_mirroring_manager_unittest.cc', |
| 494 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 494 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
| 495 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 495 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
| 496 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| 496 'browser/media/media_internals_unittest.cc', | 497 'browser/media/media_internals_unittest.cc', |
| 497 'browser/media/midi_host_unittest.cc', | 498 'browser/media/midi_host_unittest.cc', |
| 498 'browser/media/webrtc_identity_store_unittest.cc', | 499 'browser/media/webrtc_identity_store_unittest.cc', |
| 499 'browser/net/quota_policy_cookie_store_unittest.cc', | 500 'browser/net/quota_policy_cookie_store_unittest.cc', |
| 500 'browser/notification_service_impl_unittest.cc', | 501 'browser/notification_service_impl_unittest.cc', |
| 501 'browser/notifications/notification_database_data_unittest.cc', | 502 'browser/notifications/notification_database_data_unittest.cc', |
| 502 'browser/notifications/notification_database_unittest.cc', | 503 'browser/notifications/notification_database_unittest.cc', |
| 503 'browser/notifications/notification_id_generator_unittest.cc', | 504 'browser/notifications/notification_id_generator_unittest.cc', |
| 504 'browser/notifications/platform_notification_context_unittest.cc', | 505 'browser/notifications/platform_notification_context_unittest.cc', |
| 505 'browser/power_monitor_message_broadcaster_unittest.cc', | 506 'browser/power_monitor_message_broadcaster_unittest.cc', |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 '../testing/android/native_test.gyp:native_test_native_code', | 1256 '../testing/android/native_test.gyp:native_test_native_code', |
| 1256 ], | 1257 ], |
| 1257 'dependencies!': [ | 1258 'dependencies!': [ |
| 1258 '../device/battery/battery.gyp:device_battery', | 1259 '../device/battery/battery.gyp:device_battery', |
| 1259 ], | 1260 ], |
| 1260 }, { # OS != "android" | 1261 }, { # OS != "android" |
| 1261 'dependencies': [ | 1262 'dependencies': [ |
| 1262 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 1263 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', |
| 1263 ], | 1264 ], |
| 1264 }], | 1265 }], |
| 1266 # Avoid windows due to non-availability of cursor resources in test. |
| 1267 ['OS != "linux"', { |
| 1268 'sources!': [ |
| 1269 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| 1270 ], |
| 1271 }], |
| 1265 ['use_aura!=1 and OS!="android"', { | 1272 ['use_aura!=1 and OS!="android"', { |
| 1266 'sources!': [ | 1273 'sources!': [ |
| 1267 'browser/renderer_host/input/tap_suppression_controller_unittest
.cc', | 1274 'browser/renderer_host/input/tap_suppression_controller_unittest
.cc', |
| 1268 ], | 1275 ], |
| 1269 }], | 1276 }], |
| 1270 ['use_dbus==0', { | 1277 ['use_dbus==0', { |
| 1271 'sources!': [ | 1278 'sources!': [ |
| 1272 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 1279 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 1273 ], | 1280 ], |
| 1274 }], | 1281 }], |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2182 'content_unittests_apk.isolate', | 2189 'content_unittests_apk.isolate', |
| 2183 ], | 2190 ], |
| 2184 }, | 2191 }, |
| 2185 ], | 2192 ], |
| 2186 }, | 2193 }, |
| 2187 ], | 2194 ], |
| 2188 ], | 2195 ], |
| 2189 }], | 2196 }], |
| 2190 ], | 2197 ], |
| 2191 } | 2198 } |
| OLD | NEW |