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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 'browser/web_contents/web_contents_user_data_unittest.cc', | 585 'browser/web_contents/web_contents_user_data_unittest.cc', |
586 'browser/web_contents/web_contents_view_aura_unittest.cc', | 586 'browser/web_contents/web_contents_view_aura_unittest.cc', |
587 'browser/web_contents/web_contents_view_mac_unittest.mm', | 587 'browser/web_contents/web_contents_view_mac_unittest.mm', |
588 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 588 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
589 'browser/web_contents/web_drag_source_mac_unittest.mm', | 589 'browser/web_contents/web_drag_source_mac_unittest.mm', |
590 'browser/webui/url_data_manager_backend_unittest.cc', | 590 'browser/webui/url_data_manager_backend_unittest.cc', |
591 'browser/webui/web_ui_data_source_unittest.cc', | 591 'browser/webui/web_ui_data_source_unittest.cc', |
592 'browser/webui/web_ui_message_handler_unittest.cc', | 592 'browser/webui/web_ui_message_handler_unittest.cc', |
593 'child/background_sync/background_sync_type_converters_unittest.cc', | 593 'child/background_sync/background_sync_type_converters_unittest.cc', |
594 'child/blink_platform_impl_unittest.cc', | 594 'child/blink_platform_impl_unittest.cc', |
| 595 'child/blob_storage/blob_consolidation_unittest.cc', |
595 'child/fileapi/webfilewriter_base_unittest.cc', | 596 'child/fileapi/webfilewriter_base_unittest.cc', |
596 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 597 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
597 'child/indexed_db/webidbcursor_impl_unittest.cc', | 598 'child/indexed_db/webidbcursor_impl_unittest.cc', |
598 'child/multipart_response_delegate_unittest.cc', | 599 'child/multipart_response_delegate_unittest.cc', |
599 'child/notifications/notification_data_conversions_unittest.cc', | 600 'child/notifications/notification_data_conversions_unittest.cc', |
600 'child/power_monitor_broadcast_source_unittest.cc', | 601 'child/power_monitor_broadcast_source_unittest.cc', |
601 'child/resource_dispatcher_unittest.cc', | 602 'child/resource_dispatcher_unittest.cc', |
602 'child/service_worker/service_worker_dispatcher_unittest.cc', | 603 'child/service_worker/service_worker_dispatcher_unittest.cc', |
603 'child/shared_memory_data_consumer_handle_unittest.cc', | 604 'child/shared_memory_data_consumer_handle_unittest.cc', |
604 'child/shared_memory_received_data_factory_unittest.cc', | 605 'child/shared_memory_received_data_factory_unittest.cc', |
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2188 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2189 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2189 }, | 2190 }, |
2190 ], | 2191 ], |
2191 }], | 2192 }], |
2192 ], | 2193 ], |
2193 }, | 2194 }, |
2194 ], | 2195 ], |
2195 }], | 2196 }], |
2196 ], | 2197 ], |
2197 } | 2198 } |
OLD | NEW |