| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'child/blink_platform_impl_unittest.cc', | 629 'child/blink_platform_impl_unittest.cc', |
| 630 'child/blob_storage/blob_consolidation_unittest.cc', | 630 'child/blob_storage/blob_consolidation_unittest.cc', |
| 631 'child/blob_storage/blob_transport_controller_unittest.cc', | 631 'child/blob_storage/blob_transport_controller_unittest.cc', |
| 632 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', | 632 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', |
| 633 'child/fileapi/webfilewriter_base_unittest.cc', | 633 'child/fileapi/webfilewriter_base_unittest.cc', |
| 634 'child/font_warmup_win_unittest.cc', | 634 'child/font_warmup_win_unittest.cc', |
| 635 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 635 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 636 'child/indexed_db/mock_webidbcallbacks.cc', | 636 'child/indexed_db/mock_webidbcallbacks.cc', |
| 637 'child/indexed_db/mock_webidbcallbacks.h', | 637 'child/indexed_db/mock_webidbcallbacks.h', |
| 638 'child/indexed_db/webidbcursor_impl_unittest.cc', | 638 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 639 'child/multipart_response_delegate_unittest.cc', | |
| 640 'child/notifications/notification_data_conversions_unittest.cc', | 639 'child/notifications/notification_data_conversions_unittest.cc', |
| 641 'child/notifications/pending_notifications_tracker_unittest.cc', | 640 'child/notifications/pending_notifications_tracker_unittest.cc', |
| 642 'child/power_monitor_broadcast_source_unittest.cc', | 641 'child/power_monitor_broadcast_source_unittest.cc', |
| 643 'child/resource_dispatcher_unittest.cc', | 642 'child/resource_dispatcher_unittest.cc', |
| 644 'child/service_worker/service_worker_dispatcher_unittest.cc', | 643 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 645 'child/shared_memory_data_consumer_handle_unittest.cc', | 644 'child/shared_memory_data_consumer_handle_unittest.cc', |
| 646 'child/shared_memory_received_data_factory_unittest.cc', | 645 'child/shared_memory_received_data_factory_unittest.cc', |
| 647 'child/simple_webmimeregistry_impl_unittest.cc', | 646 'child/simple_webmimeregistry_impl_unittest.cc', |
| 648 'child/site_isolation_stats_gatherer_unittest.cc', | 647 'child/site_isolation_stats_gatherer_unittest.cc', |
| 649 'child/v8_value_converter_impl_unittest.cc', | 648 'child/v8_value_converter_impl_unittest.cc', |
| (...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2243 'content_unittests_apk.isolate', | 2242 'content_unittests_apk.isolate', |
| 2244 ], | 2243 ], |
| 2245 }, | 2244 }, |
| 2246 ], | 2245 ], |
| 2247 }, | 2246 }, |
| 2248 ], | 2247 ], |
| 2249 ], | 2248 ], |
| 2250 }], | 2249 }], |
| 2251 ], | 2250 ], |
| 2252 } | 2251 } |
| OLD | NEW |