| 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 'child/notifications/pending_notifications_tracker_unittest.cc', | 641 'child/notifications/pending_notifications_tracker_unittest.cc', |
| 642 'child/power_monitor_broadcast_source_unittest.cc', | 642 'child/power_monitor_broadcast_source_unittest.cc', |
| 643 'child/resource_dispatcher_unittest.cc', | 643 'child/resource_dispatcher_unittest.cc', |
| 644 'child/service_worker/service_worker_dispatcher_unittest.cc', | 644 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 645 'child/shared_memory_data_consumer_handle_unittest.cc', | 645 'child/shared_memory_data_consumer_handle_unittest.cc', |
| 646 'child/shared_memory_received_data_factory_unittest.cc', | 646 'child/shared_memory_received_data_factory_unittest.cc', |
| 647 'child/simple_webmimeregistry_impl_unittest.cc', | 647 'child/simple_webmimeregistry_impl_unittest.cc', |
| 648 'child/site_isolation_stats_gatherer_unittest.cc', | 648 'child/site_isolation_stats_gatherer_unittest.cc', |
| 649 'child/v8_value_converter_impl_unittest.cc', | 649 'child/v8_value_converter_impl_unittest.cc', |
| 650 'child/web_data_consumer_handle_impl_unittest.cc', | 650 'child/web_data_consumer_handle_impl_unittest.cc', |
| 651 'child/web_process_memory_dump_impl_unittest.cc', |
| 651 'child/web_url_loader_impl_unittest.cc', | 652 'child/web_url_loader_impl_unittest.cc', |
| 652 'child/worker_thread_registry_unittest.cc', | 653 'child/worker_thread_registry_unittest.cc', |
| 653 'common/android/address_parser_unittest.cc', | 654 'common/android/address_parser_unittest.cc', |
| 654 'common/android/gin_java_bridge_value_unittest.cc', | 655 'common/android/gin_java_bridge_value_unittest.cc', |
| 655 'common/cc_messages_unittest.cc', | 656 'common/cc_messages_unittest.cc', |
| 656 'common/common_param_traits_unittest.cc', | 657 'common/common_param_traits_unittest.cc', |
| 657 'common/cross_site_document_classifier_unittest.cc', | 658 'common/cross_site_document_classifier_unittest.cc', |
| 658 'common/cursors/webcursor_unittest.cc', | 659 'common/cursors/webcursor_unittest.cc', |
| 659 'common/database_connections_unittest.cc', | 660 'common/database_connections_unittest.cc', |
| 660 'common/database_identifier_unittest.cc', | 661 'common/database_identifier_unittest.cc', |
| (...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2243 'content_unittests_apk.isolate', | 2244 'content_unittests_apk.isolate', |
| 2244 ], | 2245 ], |
| 2245 }, | 2246 }, |
| 2246 ], | 2247 ], |
| 2247 }, | 2248 }, |
| 2248 ], | 2249 ], |
| 2249 ], | 2250 ], |
| 2250 }], | 2251 }], |
| 2251 ], | 2252 ], |
| 2252 } | 2253 } |
| OLD | NEW |