| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 'browser/web_contents/web_contents_view_aura_unittest.cc', | 584 'browser/web_contents/web_contents_view_aura_unittest.cc', |
| 585 'browser/web_contents/web_contents_view_mac_unittest.mm', | 585 'browser/web_contents/web_contents_view_mac_unittest.mm', |
| 586 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 586 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
| 587 'browser/web_contents/web_drag_source_mac_unittest.mm', | 587 'browser/web_contents/web_drag_source_mac_unittest.mm', |
| 588 'browser/webui/url_data_manager_backend_unittest.cc', | 588 'browser/webui/url_data_manager_backend_unittest.cc', |
| 589 'browser/webui/web_ui_data_source_unittest.cc', | 589 'browser/webui/web_ui_data_source_unittest.cc', |
| 590 'browser/webui/web_ui_message_handler_unittest.cc', | 590 'browser/webui/web_ui_message_handler_unittest.cc', |
| 591 'child/background_sync/background_sync_type_converters_unittest.cc', | 591 'child/background_sync/background_sync_type_converters_unittest.cc', |
| 592 'child/blink_platform_impl_unittest.cc', | 592 'child/blink_platform_impl_unittest.cc', |
| 593 'child/blob_storage/blob_consolidation_unittest.cc', | 593 'child/blob_storage/blob_consolidation_unittest.cc', |
| 594 'child/blob_storage/blob_transport_temporary_holder_unittest.cc', |
| 594 'child/fileapi/webfilewriter_base_unittest.cc', | 595 'child/fileapi/webfilewriter_base_unittest.cc', |
| 595 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 596 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 596 'child/indexed_db/webidbcursor_impl_unittest.cc', | 597 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 597 'child/multipart_response_delegate_unittest.cc', | 598 'child/multipart_response_delegate_unittest.cc', |
| 598 'child/notifications/notification_data_conversions_unittest.cc', | 599 'child/notifications/notification_data_conversions_unittest.cc', |
| 599 'child/power_monitor_broadcast_source_unittest.cc', | 600 'child/power_monitor_broadcast_source_unittest.cc', |
| 600 'child/resource_dispatcher_unittest.cc', | 601 'child/resource_dispatcher_unittest.cc', |
| 601 'child/service_worker/service_worker_dispatcher_unittest.cc', | 602 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 602 'child/shared_memory_data_consumer_handle_unittest.cc', | 603 'child/shared_memory_data_consumer_handle_unittest.cc', |
| 603 'child/shared_memory_received_data_factory_unittest.cc', | 604 'child/shared_memory_received_data_factory_unittest.cc', |
| (...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2103 ], | 2104 ], |
| 2104 }, | 2105 }, |
| 2105 'includes': [ | 2106 'includes': [ |
| 2106 '../build/host_jar.gypi', | 2107 '../build/host_jar.gypi', |
| 2107 ], | 2108 ], |
| 2108 }, | 2109 }, |
| 2109 ], | 2110 ], |
| 2110 }], | 2111 }], |
| 2111 ], | 2112 ], |
| 2112 } | 2113 } |
| OLD | NEW |