| 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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 'child/blob_storage/blob_consolidation_unittest.cc', | 644 'child/blob_storage/blob_consolidation_unittest.cc', |
| 645 'child/blob_storage/blob_transport_controller_unittest.cc', | 645 'child/blob_storage/blob_transport_controller_unittest.cc', |
| 646 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', | 646 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', |
| 647 'child/dwrite_font_proxy/font_fallback_win_unittest.cc', | 647 'child/dwrite_font_proxy/font_fallback_win_unittest.cc', |
| 648 'child/fileapi/webfilewriter_base_unittest.cc', | 648 'child/fileapi/webfilewriter_base_unittest.cc', |
| 649 'child/font_warmup_win_unittest.cc', | 649 'child/font_warmup_win_unittest.cc', |
| 650 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 650 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 651 'child/indexed_db/mock_webidbcallbacks.cc', | 651 'child/indexed_db/mock_webidbcallbacks.cc', |
| 652 'child/indexed_db/mock_webidbcallbacks.h', | 652 'child/indexed_db/mock_webidbcallbacks.h', |
| 653 'child/indexed_db/webidbcursor_impl_unittest.cc', | 653 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 654 'child/notifications/notification_data_conversions_unittest.cc', | |
| 655 'child/power_monitor_broadcast_source_unittest.cc', | 654 'child/power_monitor_broadcast_source_unittest.cc', |
| 656 'child/resource_dispatcher_unittest.cc', | 655 'child/resource_dispatcher_unittest.cc', |
| 657 'child/service_worker/service_worker_dispatcher_unittest.cc', | 656 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 658 'child/shared_memory_data_consumer_handle_unittest.cc', | 657 'child/shared_memory_data_consumer_handle_unittest.cc', |
| 659 'child/shared_memory_received_data_factory_unittest.cc', | 658 'child/shared_memory_received_data_factory_unittest.cc', |
| 660 'child/simple_webmimeregistry_impl_unittest.cc', | 659 'child/simple_webmimeregistry_impl_unittest.cc', |
| 661 'child/site_isolation_stats_gatherer_unittest.cc', | 660 'child/site_isolation_stats_gatherer_unittest.cc', |
| 662 'child/v8_value_converter_impl_unittest.cc', | 661 'child/v8_value_converter_impl_unittest.cc', |
| 663 'child/web_data_consumer_handle_impl_unittest.cc', | 662 'child/web_data_consumer_handle_impl_unittest.cc', |
| 664 'child/web_url_loader_impl_unittest.cc', | 663 'child/web_url_loader_impl_unittest.cc', |
| (...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2098 'content_unittests_apk.isolate', | 2097 'content_unittests_apk.isolate', |
| 2099 ], | 2098 ], |
| 2100 }, | 2099 }, |
| 2101 ], | 2100 ], |
| 2102 }, | 2101 }, |
| 2103 ], | 2102 ], |
| 2104 ], | 2103 ], |
| 2105 }], | 2104 }], |
| 2106 ], | 2105 ], |
| 2107 } | 2106 } |
| OLD | NEW |