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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 'child/indexed_db/webidbcursor_impl_unittest.cc', | 578 'child/indexed_db/webidbcursor_impl_unittest.cc', |
579 'child/multipart_response_delegate_unittest.cc', | 579 'child/multipart_response_delegate_unittest.cc', |
580 'child/notifications/notification_data_conversions_unittest.cc', | 580 'child/notifications/notification_data_conversions_unittest.cc', |
581 'child/power_monitor_broadcast_source_unittest.cc', | 581 'child/power_monitor_broadcast_source_unittest.cc', |
582 'child/resource_dispatcher_unittest.cc', | 582 'child/resource_dispatcher_unittest.cc', |
583 'child/scheduler/nestable_task_runner_for_test.cc', | 583 'child/scheduler/nestable_task_runner_for_test.cc', |
584 'child/scheduler/nestable_task_runner_for_test.h', | 584 'child/scheduler/nestable_task_runner_for_test.h', |
585 'child/scheduler/prioritizing_task_queue_selector_unittest.cc', | 585 'child/scheduler/prioritizing_task_queue_selector_unittest.cc', |
586 'child/scheduler/scheduler_helper_unittest.cc', | 586 'child/scheduler/scheduler_helper_unittest.cc', |
587 'child/scheduler/task_queue_manager_unittest.cc', | 587 'child/scheduler/task_queue_manager_unittest.cc', |
| 588 'child/scheduler/worker_scheduler_impl_unittest.cc', |
588 'child/service_worker/service_worker_dispatcher_unittest.cc', | 589 'child/service_worker/service_worker_dispatcher_unittest.cc', |
589 'child/simple_webmimeregistry_impl_unittest.cc', | 590 'child/simple_webmimeregistry_impl_unittest.cc', |
590 'child/site_isolation_policy_unittest.cc', | 591 'child/site_isolation_policy_unittest.cc', |
591 'child/v8_value_converter_impl_unittest.cc', | 592 'child/v8_value_converter_impl_unittest.cc', |
592 'child/web_data_consumer_handle_impl_unittest.cc', | 593 'child/web_data_consumer_handle_impl_unittest.cc', |
593 'child/web_gesture_curve_impl_unittest.cc', | 594 'child/web_gesture_curve_impl_unittest.cc', |
594 'child/web_url_loader_impl_unittest.cc', | 595 'child/web_url_loader_impl_unittest.cc', |
595 'child/webcrypto/test/aes_cbc_unittest.cc', | 596 'child/webcrypto/test/aes_cbc_unittest.cc', |
596 'child/webcrypto/test/aes_ctr_unittest.cc', | 597 'child/webcrypto/test/aes_ctr_unittest.cc', |
597 'child/webcrypto/test/aes_gcm_unittest.cc', | 598 'child/webcrypto/test/aes_gcm_unittest.cc', |
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2189 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2190 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2190 }, | 2191 }, |
2191 ], | 2192 ], |
2192 }], | 2193 }], |
2193 ], | 2194 ], |
2194 }, | 2195 }, |
2195 ], | 2196 ], |
2196 }], | 2197 }], |
2197 ], | 2198 ], |
2198 } | 2199 } |
OLD | NEW |