Chromium Code Reviews| 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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1203 'renderer/media/media_recorder_handler_unittest.cc', | 1204 'renderer/media/media_recorder_handler_unittest.cc', |
| 1204 'renderer/media/video_track_recorder_unittest.cc', | 1205 'renderer/media/video_track_recorder_unittest.cc', |
| 1205 ], | 1206 ], |
| 1206 'dependencies': [ | 1207 'dependencies': [ |
| 1207 '../testing/android/native_test.gyp:native_test_native_code', | 1208 '../testing/android/native_test.gyp:native_test_native_code', |
| 1208 ], | 1209 ], |
| 1209 'dependencies!': [ | 1210 'dependencies!': [ |
| 1210 '../device/battery/battery.gyp:device_battery', | 1211 '../device/battery/battery.gyp:device_battery', |
| 1211 ], | 1212 ], |
| 1212 }], | 1213 }], |
| 1214 # Avoid windows due to non-availability of cursor resources in test. | |
|
miu
2015/11/06 00:22:54
Please put this comment in the BUILD.gn file as we
Irfan
2015/11/06 17:49:26
Done.
| |
| 1215 ['OS != "linux"', { | |
| 1216 'sources!': [ | |
| 1217 'browser/media/capture/cursor_renderer_aura_unittest.cc', | |
| 1218 ], | |
| 1219 }], | |
| 1213 ['OS != "android" and OS != "ios"', { | 1220 ['OS != "android" and OS != "ios"', { |
| 1214 'dependencies': [ | 1221 'dependencies': [ |
| 1215 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', | 1222 '../third_party/libvpx_new/libvpx.gyp:libvpx_new', |
| 1216 ], | 1223 ], |
| 1217 }], | 1224 }], |
| 1218 ['use_aura!=1 and OS!="android"', { | 1225 ['use_aura!=1 and OS!="android"', { |
| 1219 'sources!': [ | 1226 'sources!': [ |
| 1220 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , | 1227 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , |
| 1221 ], | 1228 ], |
| 1222 }], | 1229 }], |
| (...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2198 'content_unittests_apk.isolate', | 2205 'content_unittests_apk.isolate', |
| 2199 ], | 2206 ], |
| 2200 }, | 2207 }, |
| 2201 ], | 2208 ], |
| 2202 }, | 2209 }, |
| 2203 ], | 2210 ], |
| 2204 ], | 2211 ], |
| 2205 }], | 2212 }], |
| 2206 ], | 2213 ], |
| 2207 } | 2214 } |
| OLD | NEW |