| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 'browser/media/midi_host_unittest.cc', | 521 'browser/media/midi_host_unittest.cc', |
| 522 'browser/media/session/media_session_controller_unittest.cc', | 522 'browser/media/session/media_session_controller_unittest.cc', |
| 523 'browser/media/session/media_session_uma_helper_unittest.cc', | 523 'browser/media/session/media_session_uma_helper_unittest.cc', |
| 524 'browser/media/webrtc/webrtc_identity_store_unittest.cc', | 524 'browser/media/webrtc/webrtc_identity_store_unittest.cc', |
| 525 'browser/net/quota_policy_cookie_store_unittest.cc', | 525 'browser/net/quota_policy_cookie_store_unittest.cc', |
| 526 'browser/notification_service_impl_unittest.cc', | 526 'browser/notification_service_impl_unittest.cc', |
| 527 'browser/notifications/notification_database_data_unittest.cc', | 527 'browser/notifications/notification_database_data_unittest.cc', |
| 528 'browser/notifications/notification_database_unittest.cc', | 528 'browser/notifications/notification_database_unittest.cc', |
| 529 'browser/notifications/notification_id_generator_unittest.cc', | 529 'browser/notifications/notification_id_generator_unittest.cc', |
| 530 'browser/notifications/platform_notification_context_unittest.cc', | 530 'browser/notifications/platform_notification_context_unittest.cc', |
| 531 'browser/notifications/type_converters_unittest.cc', |
| 531 'browser/power_monitor_message_broadcaster_unittest.cc', | 532 'browser/power_monitor_message_broadcaster_unittest.cc', |
| 532 'browser/power_usage_monitor_impl_unittest.cc', | 533 'browser/power_usage_monitor_impl_unittest.cc', |
| 533 'browser/presentation/presentation_service_impl_unittest.cc', | 534 'browser/presentation/presentation_service_impl_unittest.cc', |
| 534 'browser/presentation/presentation_type_converters_unittest.cc', | 535 'browser/presentation/presentation_type_converters_unittest.cc', |
| 535 'browser/quota/mock_quota_manager.cc', | 536 'browser/quota/mock_quota_manager.cc', |
| 536 'browser/quota/mock_quota_manager.h', | 537 'browser/quota/mock_quota_manager.h', |
| 537 'browser/quota/mock_quota_manager_proxy.cc', | 538 'browser/quota/mock_quota_manager_proxy.cc', |
| 538 'browser/quota/mock_quota_manager_proxy.h', | 539 'browser/quota/mock_quota_manager_proxy.h', |
| 539 'browser/quota/mock_quota_manager_unittest.cc', | 540 'browser/quota/mock_quota_manager_unittest.cc', |
| 540 'browser/quota/quota_backend_impl_unittest.cc', | 541 'browser/quota/quota_backend_impl_unittest.cc', |
| (...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2198 'content_unittests_apk.isolate', | 2199 'content_unittests_apk.isolate', |
| 2199 ], | 2200 ], |
| 2200 }, | 2201 }, |
| 2201 ], | 2202 ], |
| 2202 }, | 2203 }, |
| 2203 ], | 2204 ], |
| 2204 ], | 2205 ], |
| 2205 }], | 2206 }], |
| 2206 ], | 2207 ], |
| 2207 } | 2208 } |
| OLD | NEW |