| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'browser/webui/web_ui_data_source_unittest.cc', | 572 'browser/webui/web_ui_data_source_unittest.cc', |
| 573 'browser/webui/web_ui_message_handler_unittest.cc', | 573 'browser/webui/web_ui_message_handler_unittest.cc', |
| 574 'child/blink_platform_impl_unittest.cc', | 574 'child/blink_platform_impl_unittest.cc', |
| 575 'child/fileapi/webfilewriter_base_unittest.cc', | 575 'child/fileapi/webfilewriter_base_unittest.cc', |
| 576 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 576 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
| 577 'child/indexed_db/webidbcursor_impl_unittest.cc', | 577 'child/indexed_db/webidbcursor_impl_unittest.cc', |
| 578 'child/multipart_response_delegate_unittest.cc', | 578 'child/multipart_response_delegate_unittest.cc', |
| 579 'child/notifications/notification_data_conversions_unittest.cc', | 579 'child/notifications/notification_data_conversions_unittest.cc', |
| 580 'child/power_monitor_broadcast_source_unittest.cc', | 580 'child/power_monitor_broadcast_source_unittest.cc', |
| 581 'child/resource_dispatcher_unittest.cc', | 581 'child/resource_dispatcher_unittest.cc', |
| 582 'child/service_worker/service_worker_dispatcher_unittest.cc', |
| 582 'child/simple_webmimeregistry_impl_unittest.cc', | 583 'child/simple_webmimeregistry_impl_unittest.cc', |
| 583 'child/site_isolation_policy_unittest.cc', | 584 'child/site_isolation_policy_unittest.cc', |
| 584 'child/v8_value_converter_impl_unittest.cc', | 585 'child/v8_value_converter_impl_unittest.cc', |
| 585 'child/web_data_consumer_handle_impl_unittest.cc', | 586 'child/web_data_consumer_handle_impl_unittest.cc', |
| 586 'child/web_gesture_curve_impl_unittest.cc', | 587 'child/web_gesture_curve_impl_unittest.cc', |
| 587 'child/web_url_loader_impl_unittest.cc', | 588 'child/web_url_loader_impl_unittest.cc', |
| 588 'child/webcrypto/test/aes_cbc_unittest.cc', | 589 'child/webcrypto/test/aes_cbc_unittest.cc', |
| 589 'child/webcrypto/test/aes_ctr_unittest.cc', | 590 'child/webcrypto/test/aes_ctr_unittest.cc', |
| 590 'child/webcrypto/test/aes_gcm_unittest.cc', | 591 'child/webcrypto/test/aes_gcm_unittest.cc', |
| 591 'child/webcrypto/test/aes_kw_unittest.cc', | 592 'child/webcrypto/test/aes_kw_unittest.cc', |
| (...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2158 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2159 }, | 2160 }, |
| 2160 ], | 2161 ], |
| 2161 }], | 2162 }], |
| 2162 ], | 2163 ], |
| 2163 }, | 2164 }, |
| 2164 ], | 2165 ], |
| 2165 }], | 2166 }], |
| 2166 ], | 2167 ], |
| 2167 } | 2168 } |
| OLD | NEW |