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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 633 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
634 'browser/web_contents/web_drag_source_mac_unittest.mm', | 634 'browser/web_contents/web_drag_source_mac_unittest.mm', |
635 'browser/webui/url_data_manager_backend_unittest.cc', | 635 'browser/webui/url_data_manager_backend_unittest.cc', |
636 'browser/webui/web_ui_data_source_unittest.cc', | 636 'browser/webui/web_ui_data_source_unittest.cc', |
637 'browser/webui/web_ui_message_handler_unittest.cc', | 637 'browser/webui/web_ui_message_handler_unittest.cc', |
638 'child/background_sync/background_sync_type_converters_unittest.cc', | 638 'child/background_sync/background_sync_type_converters_unittest.cc', |
639 'child/blink_platform_impl_unittest.cc', | 639 'child/blink_platform_impl_unittest.cc', |
640 'child/blob_storage/blob_consolidation_unittest.cc', | 640 'child/blob_storage/blob_consolidation_unittest.cc', |
641 'child/blob_storage/blob_transport_controller_unittest.cc', | 641 'child/blob_storage/blob_transport_controller_unittest.cc', |
642 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', | 642 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', |
| 643 'child/dwrite_font_proxy/font_fallback_win_unittest.cc', |
643 'child/fileapi/webfilewriter_base_unittest.cc', | 644 'child/fileapi/webfilewriter_base_unittest.cc', |
644 'child/font_warmup_win_unittest.cc', | 645 'child/font_warmup_win_unittest.cc', |
645 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 646 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
646 'child/indexed_db/mock_webidbcallbacks.cc', | 647 'child/indexed_db/mock_webidbcallbacks.cc', |
647 'child/indexed_db/mock_webidbcallbacks.h', | 648 'child/indexed_db/mock_webidbcallbacks.h', |
648 'child/indexed_db/webidbcursor_impl_unittest.cc', | 649 'child/indexed_db/webidbcursor_impl_unittest.cc', |
649 'child/notifications/notification_data_conversions_unittest.cc', | 650 'child/notifications/notification_data_conversions_unittest.cc', |
650 'child/notifications/pending_notifications_tracker_unittest.cc', | 651 'child/notifications/pending_notifications_tracker_unittest.cc', |
651 'child/power_monitor_broadcast_source_unittest.cc', | 652 'child/power_monitor_broadcast_source_unittest.cc', |
652 'child/resource_dispatcher_unittest.cc', | 653 'child/resource_dispatcher_unittest.cc', |
(...skipping 1543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2196 'content_unittests_apk.isolate', | 2197 'content_unittests_apk.isolate', |
2197 ], | 2198 ], |
2198 }, | 2199 }, |
2199 ], | 2200 ], |
2200 }, | 2201 }, |
2201 ], | 2202 ], |
2202 ], | 2203 ], |
2203 }], | 2204 }], |
2204 ], | 2205 ], |
2205 } | 2206 } |
OLD | NEW |