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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 'browser/media/audio_stream_monitor_unittest.cc', | 515 'browser/media/audio_stream_monitor_unittest.cc', |
516 'browser/media/capture/audio_mirroring_manager_unittest.cc', | 516 'browser/media/capture/audio_mirroring_manager_unittest.cc', |
517 'browser/media/capture/cursor_renderer_aura_unittest.cc', | 517 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
518 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 518 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
519 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 519 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
520 'browser/media/cdm_service_impl_unittest.cc', | 520 'browser/media/cdm_service_impl_unittest.cc', |
521 'browser/media/media_internals_unittest.cc', | 521 'browser/media/media_internals_unittest.cc', |
522 'browser/media/midi_host_unittest.cc', | 522 'browser/media/midi_host_unittest.cc', |
523 'browser/media/session/media_session_controller_unittest.cc', | 523 'browser/media/session/media_session_controller_unittest.cc', |
524 'browser/media/session/media_session_uma_helper_unittest.cc', | 524 'browser/media/session/media_session_uma_helper_unittest.cc', |
| 525 'browser/media/webrtc/webrtc_eventlog_host_unittest.cc', |
525 'browser/media/webrtc/webrtc_identity_store_unittest.cc', | 526 'browser/media/webrtc/webrtc_identity_store_unittest.cc', |
526 'browser/net/quota_policy_cookie_store_unittest.cc', | 527 'browser/net/quota_policy_cookie_store_unittest.cc', |
527 'browser/notification_service_impl_unittest.cc', | 528 'browser/notification_service_impl_unittest.cc', |
528 'browser/notifications/notification_database_data_unittest.cc', | 529 'browser/notifications/notification_database_data_unittest.cc', |
529 'browser/notifications/notification_database_unittest.cc', | 530 'browser/notifications/notification_database_unittest.cc', |
530 'browser/notifications/notification_id_generator_unittest.cc', | 531 'browser/notifications/notification_id_generator_unittest.cc', |
531 'browser/notifications/platform_notification_context_unittest.cc', | 532 'browser/notifications/platform_notification_context_unittest.cc', |
532 'browser/notifications/type_converters_unittest.cc', | 533 'browser/notifications/type_converters_unittest.cc', |
533 'browser/power_monitor_message_broadcaster_unittest.cc', | 534 'browser/power_monitor_message_broadcaster_unittest.cc', |
534 'browser/power_usage_monitor_impl_unittest.cc', | 535 'browser/power_usage_monitor_impl_unittest.cc', |
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2098 'content_unittests_apk.isolate', | 2099 'content_unittests_apk.isolate', |
2099 ], | 2100 ], |
2100 }, | 2101 }, |
2101 ], | 2102 ], |
2102 }, | 2103 }, |
2103 ], | 2104 ], |
2104 ], | 2105 ], |
2105 }], | 2106 }], |
2106 ], | 2107 ], |
2107 } | 2108 } |
OLD | NEW |