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 'child/shared_memory_data_consumer_handle_unittest.cc', | 665 'child/shared_memory_data_consumer_handle_unittest.cc', |
666 'child/shared_memory_received_data_factory_unittest.cc', | 666 'child/shared_memory_received_data_factory_unittest.cc', |
667 'child/simple_webmimeregistry_impl_unittest.cc', | 667 'child/simple_webmimeregistry_impl_unittest.cc', |
668 'child/site_isolation_stats_gatherer_unittest.cc', | 668 'child/site_isolation_stats_gatherer_unittest.cc', |
669 'child/v8_value_converter_impl_unittest.cc', | 669 'child/v8_value_converter_impl_unittest.cc', |
670 'child/web_data_consumer_handle_impl_unittest.cc', | 670 'child/web_data_consumer_handle_impl_unittest.cc', |
671 'child/web_url_loader_impl_unittest.cc', | 671 'child/web_url_loader_impl_unittest.cc', |
672 'child/worker_thread_registry_unittest.cc', | 672 'child/worker_thread_registry_unittest.cc', |
673 'common/android/address_parser_unittest.cc', | 673 'common/android/address_parser_unittest.cc', |
674 'common/android/gin_java_bridge_value_unittest.cc', | 674 'common/android/gin_java_bridge_value_unittest.cc', |
675 'common/bluetooth/web_bluetooth_device_id_unittest.cc', | |
676 'common/common_param_traits_unittest.cc', | 675 'common/common_param_traits_unittest.cc', |
677 'common/cross_site_document_classifier_unittest.cc', | 676 'common/cross_site_document_classifier_unittest.cc', |
678 'common/cursors/webcursor_unittest.cc', | 677 'common/cursors/webcursor_unittest.cc', |
679 'common/database_connections_unittest.cc', | 678 'common/database_connections_unittest.cc', |
680 'common/database_identifier_unittest.cc', | 679 'common/database_identifier_unittest.cc', |
681 'common/discardable_shared_memory_heap_unittest.cc', | 680 'common/discardable_shared_memory_heap_unittest.cc', |
682 'common/dom_storage/dom_storage_map_unittest.cc', | 681 'common/dom_storage/dom_storage_map_unittest.cc', |
683 'common/fileapi/file_system_util_unittest.cc', | 682 'common/fileapi/file_system_util_unittest.cc', |
684 'common/host_discardable_shared_memory_manager_unittest.cc', | 683 'common/host_discardable_shared_memory_manager_unittest.cc', |
685 'common/host_shared_bitmap_manager_unittest.cc', | 684 'common/host_shared_bitmap_manager_unittest.cc', |
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1932 'content_unittests_apk.isolate', | 1931 'content_unittests_apk.isolate', |
1933 ], | 1932 ], |
1934 }, | 1933 }, |
1935 ], | 1934 ], |
1936 }, | 1935 }, |
1937 ], | 1936 ], |
1938 ], | 1937 ], |
1939 }], | 1938 }], |
1940 ], | 1939 ], |
1941 } | 1940 } |
OLD | NEW |