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