| 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 'browser/web_contents/web_contents_view_aura_unittest.cc', | 599 'browser/web_contents/web_contents_view_aura_unittest.cc', |
| 600 'browser/web_contents/web_contents_view_mac_unittest.mm', | 600 'browser/web_contents/web_contents_view_mac_unittest.mm', |
| 601 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 601 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
| 602 'browser/web_contents/web_drag_source_mac_unittest.mm', | 602 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 603 'browser/webui/url_data_manager_backend_unittest.cc', | 603 'browser/webui/url_data_manager_backend_unittest.cc', |
| 604 'browser/webui/web_ui_data_source_unittest.cc', | 604 'browser/webui/web_ui_data_source_unittest.cc', |
| 605 'browser/webui/web_ui_message_handler_unittest.cc', | 605 'browser/webui/web_ui_message_handler_unittest.cc', |
| 606 'child/background_sync/background_sync_type_converters_unittest.cc', | 606 'child/background_sync/background_sync_type_converters_unittest.cc', |
| 607 'child/blink_platform_impl_unittest.cc', | 607 'child/blink_platform_impl_unittest.cc', |
| 608 'child/blob_storage/blob_consolidation_unittest.cc', | 608 'child/blob_storage/blob_consolidation_unittest.cc', |
| 609 'child/blob_storage/blob_transport_controller_unittest.cc', |
| 609 'child/fileapi/webfilewriter_base_unittest.cc', | 610 'child/fileapi/webfilewriter_base_unittest.cc', |
| 610 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 611 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 611 'child/indexed_db/mock_webidbcallbacks.cc', | 612 'child/indexed_db/mock_webidbcallbacks.cc', |
| 612 'child/indexed_db/mock_webidbcallbacks.h', | 613 'child/indexed_db/mock_webidbcallbacks.h', |
| 613 'child/indexed_db/webidbcursor_impl_unittest.cc', | 614 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 614 'child/multipart_response_delegate_unittest.cc', | 615 'child/multipart_response_delegate_unittest.cc', |
| 615 'child/notifications/notification_data_conversions_unittest.cc', | 616 'child/notifications/notification_data_conversions_unittest.cc', |
| 616 'child/power_monitor_broadcast_source_unittest.cc', | 617 'child/power_monitor_broadcast_source_unittest.cc', |
| 617 'child/resource_dispatcher_unittest.cc', | 618 'child/resource_dispatcher_unittest.cc', |
| 618 'child/service_worker/service_worker_dispatcher_unittest.cc', | 619 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| (...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2197 'content_unittests_apk.isolate', | 2198 'content_unittests_apk.isolate', |
| 2198 ], | 2199 ], |
| 2199 }, | 2200 }, |
| 2200 ], | 2201 ], |
| 2201 }, | 2202 }, |
| 2202 ], | 2203 ], |
| 2203 ], | 2204 ], |
| 2204 }], | 2205 }], |
| 2205 ], | 2206 ], |
| 2206 } | 2207 } |
| OLD | NEW |