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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 'child/notifications/pending_notifications_tracker_unittest.cc', | 638 'child/notifications/pending_notifications_tracker_unittest.cc', |
639 'child/power_monitor_broadcast_source_unittest.cc', | 639 'child/power_monitor_broadcast_source_unittest.cc', |
640 'child/resource_dispatcher_unittest.cc', | 640 'child/resource_dispatcher_unittest.cc', |
641 'child/service_worker/service_worker_dispatcher_unittest.cc', | 641 'child/service_worker/service_worker_dispatcher_unittest.cc', |
642 'child/shared_memory_data_consumer_handle_unittest.cc', | 642 'child/shared_memory_data_consumer_handle_unittest.cc', |
643 'child/shared_memory_received_data_factory_unittest.cc', | 643 'child/shared_memory_received_data_factory_unittest.cc', |
644 'child/simple_webmimeregistry_impl_unittest.cc', | 644 'child/simple_webmimeregistry_impl_unittest.cc', |
645 'child/site_isolation_stats_gatherer_unittest.cc', | 645 'child/site_isolation_stats_gatherer_unittest.cc', |
646 'child/v8_value_converter_impl_unittest.cc', | 646 'child/v8_value_converter_impl_unittest.cc', |
647 'child/web_data_consumer_handle_impl_unittest.cc', | 647 'child/web_data_consumer_handle_impl_unittest.cc', |
648 'child/web_process_memory_dump_impl_unittest.cc', | |
649 'child/web_url_loader_impl_unittest.cc', | 648 'child/web_url_loader_impl_unittest.cc', |
650 'child/worker_thread_registry_unittest.cc', | 649 'child/worker_thread_registry_unittest.cc', |
651 'common/android/address_parser_unittest.cc', | 650 'common/android/address_parser_unittest.cc', |
652 'common/android/gin_java_bridge_value_unittest.cc', | 651 'common/android/gin_java_bridge_value_unittest.cc', |
653 'common/cc_messages_unittest.cc', | 652 'common/cc_messages_unittest.cc', |
654 'common/common_param_traits_unittest.cc', | 653 'common/common_param_traits_unittest.cc', |
655 'common/cross_site_document_classifier_unittest.cc', | 654 'common/cross_site_document_classifier_unittest.cc', |
656 'common/cursors/webcursor_unittest.cc', | 655 'common/cursors/webcursor_unittest.cc', |
657 'common/database_connections_unittest.cc', | 656 'common/database_connections_unittest.cc', |
658 'common/database_identifier_unittest.cc', | 657 'common/database_identifier_unittest.cc', |
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2234 'content_unittests_apk.isolate', | 2233 'content_unittests_apk.isolate', |
2235 ], | 2234 ], |
2236 }, | 2235 }, |
2237 ], | 2236 ], |
2238 }, | 2237 }, |
2239 ], | 2238 ], |
2240 ], | 2239 ], |
2241 }], | 2240 }], |
2242 ], | 2241 ], |
2243 } | 2242 } |
OLD | NEW |