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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 'browser/web_contents/web_contents_view_mac_unittest.mm', | 665 'browser/web_contents/web_contents_view_mac_unittest.mm', |
666 'browser/web_contents/web_drag_dest_mac_unittest.mm', | 666 'browser/web_contents/web_drag_dest_mac_unittest.mm', |
667 'browser/web_contents/web_drag_source_mac_unittest.mm', | 667 'browser/web_contents/web_drag_source_mac_unittest.mm', |
668 'browser/webui/web_ui_data_source_unittest.cc', | 668 'browser/webui/web_ui_data_source_unittest.cc', |
669 'browser/webui/web_ui_message_handler_unittest.cc', | 669 'browser/webui/web_ui_message_handler_unittest.cc', |
670 'child/blink_platform_impl_unittest.cc', | 670 'child/blink_platform_impl_unittest.cc', |
671 'child/fileapi/webfilewriter_base_unittest.cc', | 671 'child/fileapi/webfilewriter_base_unittest.cc', |
672 'child/indexed_db/indexed_db_dispatcher_unittest.cc', | 672 'child/indexed_db/indexed_db_dispatcher_unittest.cc', |
673 'child/indexed_db/webidbcursor_impl_unittest.cc', | 673 'child/indexed_db/webidbcursor_impl_unittest.cc', |
674 'child/multipart_response_delegate_unittest.cc', | 674 'child/multipart_response_delegate_unittest.cc', |
| 675 'child/notifications/notification_data_conversions_unittest.cc', |
675 'child/npapi/plugin_lib_unittest.cc', | 676 'child/npapi/plugin_lib_unittest.cc', |
676 'child/power_monitor_broadcast_source_unittest.cc', | 677 'child/power_monitor_broadcast_source_unittest.cc', |
677 'child/resource_dispatcher_unittest.cc', | 678 'child/resource_dispatcher_unittest.cc', |
678 'child/simple_webmimeregistry_impl_unittest.cc', | 679 'child/simple_webmimeregistry_impl_unittest.cc', |
679 'child/site_isolation_policy_unittest.cc', | 680 'child/site_isolation_policy_unittest.cc', |
680 'child/web_data_consumer_handle_impl_unittest.cc', | 681 'child/web_data_consumer_handle_impl_unittest.cc', |
681 'child/web_gesture_curve_impl_unittest.cc', | 682 'child/web_gesture_curve_impl_unittest.cc', |
682 'child/web_url_loader_impl_unittest.cc', | 683 'child/web_url_loader_impl_unittest.cc', |
683 'child/webcrypto/test/aes_cbc_unittest.cc', | 684 'child/webcrypto/test/aes_cbc_unittest.cc', |
684 'child/webcrypto/test/aes_ctr_unittest.cc', | 685 'child/webcrypto/test/aes_ctr_unittest.cc', |
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2059 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2060 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2060 }, | 2061 }, |
2061 ], | 2062 ], |
2062 }], | 2063 }], |
2063 ], | 2064 ], |
2064 }, | 2065 }, |
2065 ], | 2066 ], |
2066 }], | 2067 }], |
2067 ], | 2068 ], |
2068 } | 2069 } |
OLD | NEW |