| 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'child/notifications/notification_data_conversions_unittest.cc', | 637 'child/notifications/notification_data_conversions_unittest.cc', |
| 638 'child/power_monitor_broadcast_source_unittest.cc', | 638 'child/power_monitor_broadcast_source_unittest.cc', |
| 639 'child/resource_dispatcher_unittest.cc', | 639 'child/resource_dispatcher_unittest.cc', |
| 640 'child/service_worker/service_worker_dispatcher_unittest.cc', | 640 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 641 'child/shared_memory_data_consumer_handle_unittest.cc', | 641 'child/shared_memory_data_consumer_handle_unittest.cc', |
| 642 'child/shared_memory_received_data_factory_unittest.cc', | 642 'child/shared_memory_received_data_factory_unittest.cc', |
| 643 'child/simple_webmimeregistry_impl_unittest.cc', | 643 'child/simple_webmimeregistry_impl_unittest.cc', |
| 644 'child/site_isolation_stats_gatherer_unittest.cc', | 644 'child/site_isolation_stats_gatherer_unittest.cc', |
| 645 'child/v8_value_converter_impl_unittest.cc', | 645 'child/v8_value_converter_impl_unittest.cc', |
| 646 'child/web_data_consumer_handle_impl_unittest.cc', | 646 'child/web_data_consumer_handle_impl_unittest.cc', |
| 647 'child/web_process_memory_dump_impl_unittest.cc', | |
| 648 'child/web_url_loader_impl_unittest.cc', | 647 'child/web_url_loader_impl_unittest.cc', |
| 649 'child/worker_thread_registry_unittest.cc', | 648 'child/worker_thread_registry_unittest.cc', |
| 650 'common/android/address_parser_unittest.cc', | 649 'common/android/address_parser_unittest.cc', |
| 651 'common/android/gin_java_bridge_value_unittest.cc', | 650 'common/android/gin_java_bridge_value_unittest.cc', |
| 652 'common/cc_messages_unittest.cc', | 651 'common/cc_messages_unittest.cc', |
| 653 'common/common_param_traits_unittest.cc', | 652 'common/common_param_traits_unittest.cc', |
| 654 'common/cross_site_document_classifier_unittest.cc', | 653 'common/cross_site_document_classifier_unittest.cc', |
| 655 'common/cursors/webcursor_unittest.cc', | 654 'common/cursors/webcursor_unittest.cc', |
| 656 'common/database_connections_unittest.cc', | 655 'common/database_connections_unittest.cc', |
| 657 'common/database_identifier_unittest.cc', | 656 'common/database_identifier_unittest.cc', |
| (...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2219 'content_unittests_apk.isolate', | 2218 'content_unittests_apk.isolate', |
| 2220 ], | 2219 ], |
| 2221 }, | 2220 }, |
| 2222 ], | 2221 ], |
| 2223 }, | 2222 }, |
| 2224 ], | 2223 ], |
| 2225 ], | 2224 ], |
| 2226 }], | 2225 }], |
| 2227 ], | 2226 ], |
| 2228 } | 2227 } |
| OLD | NEW |