| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'child/notifications/notification_data_conversions_unittest.cc', | 610 'child/notifications/notification_data_conversions_unittest.cc', |
| 611 'child/power_monitor_broadcast_source_unittest.cc', | 611 'child/power_monitor_broadcast_source_unittest.cc', |
| 612 'child/resource_dispatcher_unittest.cc', | 612 'child/resource_dispatcher_unittest.cc', |
| 613 'child/service_worker/service_worker_dispatcher_unittest.cc', | 613 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 614 'child/shared_memory_data_consumer_handle_unittest.cc', | 614 'child/shared_memory_data_consumer_handle_unittest.cc', |
| 615 'child/shared_memory_received_data_factory_unittest.cc', | 615 'child/shared_memory_received_data_factory_unittest.cc', |
| 616 'child/simple_webmimeregistry_impl_unittest.cc', | 616 'child/simple_webmimeregistry_impl_unittest.cc', |
| 617 'child/site_isolation_stats_gatherer_unittest.cc', | 617 'child/site_isolation_stats_gatherer_unittest.cc', |
| 618 'child/v8_value_converter_impl_unittest.cc', | 618 'child/v8_value_converter_impl_unittest.cc', |
| 619 'child/web_data_consumer_handle_impl_unittest.cc', | 619 'child/web_data_consumer_handle_impl_unittest.cc', |
| 620 'child/web_process_memory_dump_impl_unittest.cc', | |
| 621 'child/web_url_loader_impl_unittest.cc', | 620 'child/web_url_loader_impl_unittest.cc', |
| 622 'child/worker_task_runner_unittest.cc', | 621 'child/worker_task_runner_unittest.cc', |
| 623 'common/android/address_parser_unittest.cc', | 622 'common/android/address_parser_unittest.cc', |
| 624 'common/android/gin_java_bridge_value_unittest.cc', | 623 'common/android/gin_java_bridge_value_unittest.cc', |
| 625 'common/cc_messages_unittest.cc', | 624 'common/cc_messages_unittest.cc', |
| 626 'common/common_param_traits_unittest.cc', | 625 'common/common_param_traits_unittest.cc', |
| 627 'common/cross_site_document_classifier_unittest.cc', | 626 'common/cross_site_document_classifier_unittest.cc', |
| 628 'common/cursors/webcursor_unittest.cc', | 627 'common/cursors/webcursor_unittest.cc', |
| 629 'common/database_connections_unittest.cc', | 628 'common/database_connections_unittest.cc', |
| 630 'common/database_identifier_unittest.cc', | 629 'common/database_identifier_unittest.cc', |
| (...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2133 ], | 2132 ], |
| 2134 }, | 2133 }, |
| 2135 'includes': [ | 2134 'includes': [ |
| 2136 '../build/host_jar.gypi', | 2135 '../build/host_jar.gypi', |
| 2137 ], | 2136 ], |
| 2138 }, | 2137 }, |
| 2139 ], | 2138 ], |
| 2140 }], | 2139 }], |
| 2141 ], | 2140 ], |
| 2142 } | 2141 } |
| OLD | NEW |