| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'browser/loader/resource_dispatcher_host_unittest.cc', | 483 'browser/loader/resource_dispatcher_host_unittest.cc', |
| 484 'browser/loader/resource_loader_unittest.cc', | 484 'browser/loader/resource_loader_unittest.cc', |
| 485 'browser/loader/resource_scheduler_unittest.cc', | 485 'browser/loader/resource_scheduler_unittest.cc', |
| 486 'browser/loader/temporary_file_stream_unittest.cc', | 486 'browser/loader/temporary_file_stream_unittest.cc', |
| 487 'browser/loader/upload_data_stream_builder_unittest.cc', | 487 'browser/loader/upload_data_stream_builder_unittest.cc', |
| 488 'browser/mach_broker_mac_unittest.cc', | 488 'browser/mach_broker_mac_unittest.cc', |
| 489 'browser/media/android/media_session_uma_helper_unittest.cc', | 489 'browser/media/android/media_session_uma_helper_unittest.cc', |
| 490 'browser/media/capture/audio_mirroring_manager_unittest.cc', | 490 'browser/media/capture/audio_mirroring_manager_unittest.cc', |
| 491 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 491 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
| 492 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 492 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
| 493 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| 493 'browser/media/media_internals_unittest.cc', | 494 'browser/media/media_internals_unittest.cc', |
| 494 'browser/media/midi_host_unittest.cc', | 495 'browser/media/midi_host_unittest.cc', |
| 495 'browser/media/webrtc_identity_store_unittest.cc', | 496 'browser/media/webrtc_identity_store_unittest.cc', |
| 496 'browser/net/quota_policy_cookie_store_unittest.cc', | 497 'browser/net/quota_policy_cookie_store_unittest.cc', |
| 497 'browser/notification_service_impl_unittest.cc', | 498 'browser/notification_service_impl_unittest.cc', |
| 498 'browser/notifications/notification_database_data_unittest.cc', | 499 'browser/notifications/notification_database_data_unittest.cc', |
| 499 'browser/notifications/notification_database_unittest.cc', | 500 'browser/notifications/notification_database_unittest.cc', |
| 500 'browser/notifications/notification_id_generator_unittest.cc', | 501 'browser/notifications/notification_id_generator_unittest.cc', |
| 501 'browser/notifications/platform_notification_context_unittest.cc', | 502 'browser/notifications/platform_notification_context_unittest.cc', |
| 502 'browser/power_monitor_message_broadcaster_unittest.cc', | 503 'browser/power_monitor_message_broadcaster_unittest.cc', |
| (...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 'content_unittests_apk.isolate', | 2197 'content_unittests_apk.isolate', |
| 2197 ], | 2198 ], |
| 2198 }, | 2199 }, |
| 2199 ], | 2200 ], |
| 2200 }, | 2201 }, |
| 2201 ], | 2202 ], |
| 2202 ], | 2203 ], |
| 2203 }], | 2204 }], |
| 2204 ], | 2205 ], |
| 2205 } | 2206 } |
| OLD | NEW |