| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'browser/media/capture/audio_mirroring_manager_unittest.cc', | 524 'browser/media/capture/audio_mirroring_manager_unittest.cc', |
| 525 'browser/media/capture/cursor_renderer_aura_unittest.cc', | 525 'browser/media/capture/cursor_renderer_aura_unittest.cc', |
| 526 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 526 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
| 527 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 527 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
| 528 'browser/media/cdm_service_impl_unittest.cc', | 528 'browser/media/cdm_service_impl_unittest.cc', |
| 529 'browser/media/media_internals_unittest.cc', | 529 'browser/media/media_internals_unittest.cc', |
| 530 'browser/media/midi_host_unittest.cc', | 530 'browser/media/midi_host_unittest.cc', |
| 531 'browser/media/session/media_session_controller_unittest.cc', | 531 'browser/media/session/media_session_controller_unittest.cc', |
| 532 'browser/media/session/media_session_uma_helper_unittest.cc', | 532 'browser/media/session/media_session_uma_helper_unittest.cc', |
| 533 'browser/media/webrtc/webrtc_identity_store_unittest.cc', | 533 'browser/media/webrtc/webrtc_identity_store_unittest.cc', |
| 534 'browser/net/insecure_request_interceptor_unittest.cc', |
| 534 'browser/net/quota_policy_cookie_store_unittest.cc', | 535 'browser/net/quota_policy_cookie_store_unittest.cc', |
| 535 'browser/notification_service_impl_unittest.cc', | 536 'browser/notification_service_impl_unittest.cc', |
| 536 'browser/notifications/notification_database_data_unittest.cc', | 537 'browser/notifications/notification_database_data_unittest.cc', |
| 537 'browser/notifications/notification_database_unittest.cc', | 538 'browser/notifications/notification_database_unittest.cc', |
| 538 'browser/notifications/notification_id_generator_unittest.cc', | 539 'browser/notifications/notification_id_generator_unittest.cc', |
| 539 'browser/notifications/platform_notification_context_unittest.cc', | 540 'browser/notifications/platform_notification_context_unittest.cc', |
| 540 'browser/notifications/type_converters_unittest.cc', | 541 'browser/notifications/type_converters_unittest.cc', |
| 541 'browser/power_monitor_message_broadcaster_unittest.cc', | 542 'browser/power_monitor_message_broadcaster_unittest.cc', |
| 542 'browser/power_usage_monitor_impl_unittest.cc', | 543 'browser/power_usage_monitor_impl_unittest.cc', |
| 543 'browser/presentation/presentation_service_impl_unittest.cc', | 544 'browser/presentation/presentation_service_impl_unittest.cc', |
| (...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 'content_unittests_apk.isolate', | 1923 'content_unittests_apk.isolate', |
| 1923 ], | 1924 ], |
| 1924 }, | 1925 }, |
| 1925 ], | 1926 ], |
| 1926 }, | 1927 }, |
| 1927 ], | 1928 ], |
| 1928 ], | 1929 ], |
| 1929 }], | 1930 }], |
| 1930 ], | 1931 ], |
| 1931 } | 1932 } |
| OLD | NEW |