| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| 11 import("//testing/test.gni") | 11 import("//testing/test.gni") |
| 12 import("//v8/gni/v8.gni") | 12 import("//v8/gni/v8.gni") |
| 13 | 13 |
| 14 # Use a static library here because many test binaries depend on this but don't | 14 # Use a static library here because many test binaries depend on this but don't |
| 15 # require many files from it. This makes linking more efficient. | 15 # require many files from it. This makes linking more efficient. |
| 16 static_library("test_support") { | 16 static_library("test_support") { |
| 17 testonly = true | 17 testonly = true |
| 18 | 18 |
| 19 # See comment at the top of //content/BUILD.gn for why this is disabled in | 19 # See comment at the top of //content/BUILD.gn for why this is disabled in |
| 20 # component builds. | 20 # component builds. |
| 21 if (is_component_build) { | 21 if (is_component_build) { |
| 22 check_includes = false | 22 check_includes = false |
| 23 } | 23 } |
| 24 | 24 |
| 25 sources = [ | 25 sources = [ |
| 26 "../browser/download/mock_download_file.cc", | 26 "../browser/download/mock_download_file.cc", |
| 27 "../browser/download/mock_download_file.h", | 27 "../browser/download/mock_download_file.h", |
| 28 "../public/test/async_file_test_helper.cc", | |
| 29 "../public/test/async_file_test_helper.h", | |
| 30 "../public/test/background_sync_test_util.cc", | 28 "../public/test/background_sync_test_util.cc", |
| 31 "../public/test/background_sync_test_util.h", | 29 "../public/test/background_sync_test_util.h", |
| 32 "../public/test/browser_side_navigation_test_utils.cc", | 30 "../public/test/browser_side_navigation_test_utils.cc", |
| 33 "../public/test/browser_side_navigation_test_utils.h", | 31 "../public/test/browser_side_navigation_test_utils.h", |
| 34 "../public/test/browser_test.h", | 32 "../public/test/browser_test.h", |
| 35 "../public/test/browser_test_base.cc", | 33 "../public/test/browser_test_base.cc", |
| 36 "../public/test/browser_test_base.h", | 34 "../public/test/browser_test_base.h", |
| 37 "../public/test/browser_test_utils.cc", | 35 "../public/test/browser_test_utils.cc", |
| 38 "../public/test/browser_test_utils.h", | 36 "../public/test/browser_test_utils.h", |
| 39 "../public/test/content_test_suite_base.cc", | 37 "../public/test/content_test_suite_base.cc", |
| 40 "../public/test/content_test_suite_base.h", | 38 "../public/test/content_test_suite_base.h", |
| 41 "../public/test/download_test_observer.cc", | 39 "../public/test/download_test_observer.cc", |
| 42 "../public/test/download_test_observer.h", | 40 "../public/test/download_test_observer.h", |
| 43 "../public/test/fake_speech_recognition_manager.cc", | 41 "../public/test/fake_speech_recognition_manager.cc", |
| 44 "../public/test/fake_speech_recognition_manager.h", | 42 "../public/test/fake_speech_recognition_manager.h", |
| 45 "../public/test/frame_load_waiter.cc", | 43 "../public/test/frame_load_waiter.cc", |
| 46 "../public/test/frame_load_waiter.h", | 44 "../public/test/frame_load_waiter.h", |
| 47 "../public/test/javascript_test_observer.cc", | 45 "../public/test/javascript_test_observer.cc", |
| 48 "../public/test/javascript_test_observer.h", | 46 "../public/test/javascript_test_observer.h", |
| 49 "../public/test/mock_blob_url_request_context.cc", | |
| 50 "../public/test/mock_blob_url_request_context.h", | |
| 51 "../public/test/mock_download_item.cc", | 47 "../public/test/mock_download_item.cc", |
| 52 "../public/test/mock_download_item.h", | 48 "../public/test/mock_download_item.h", |
| 53 "../public/test/mock_download_manager.cc", | 49 "../public/test/mock_download_manager.cc", |
| 54 "../public/test/mock_download_manager.h", | 50 "../public/test/mock_download_manager.h", |
| 55 "../public/test/mock_notification_observer.cc", | 51 "../public/test/mock_notification_observer.cc", |
| 56 "../public/test/mock_notification_observer.h", | 52 "../public/test/mock_notification_observer.h", |
| 57 "../public/test/mock_render_process_host.cc", | 53 "../public/test/mock_render_process_host.cc", |
| 58 "../public/test/mock_render_process_host.h", | 54 "../public/test/mock_render_process_host.h", |
| 59 "../public/test/mock_render_thread.cc", | 55 "../public/test/mock_render_thread.cc", |
| 60 "../public/test/mock_render_thread.h", | 56 "../public/test/mock_render_thread.h", |
| 61 "../public/test/mock_resource_context.cc", | 57 "../public/test/mock_resource_context.cc", |
| 62 "../public/test/mock_resource_context.h", | 58 "../public/test/mock_resource_context.h", |
| 63 "../public/test/mock_special_storage_policy.cc", | |
| 64 "../public/test/mock_special_storage_policy.h", | |
| 65 "../public/test/mock_storage_client.cc", | |
| 66 "../public/test/mock_storage_client.h", | |
| 67 "../public/test/ppapi_test_utils.cc", | 59 "../public/test/ppapi_test_utils.cc", |
| 68 "../public/test/ppapi_test_utils.h", | 60 "../public/test/ppapi_test_utils.h", |
| 69 "../public/test/render_view_test.cc", | 61 "../public/test/render_view_test.cc", |
| 70 "../public/test/render_view_test.h", | 62 "../public/test/render_view_test.h", |
| 71 "../public/test/sandbox_file_system_test_helper.cc", | |
| 72 "../public/test/sandbox_file_system_test_helper.h", | |
| 73 "../public/test/test_browser_context.cc", | 63 "../public/test/test_browser_context.cc", |
| 74 "../public/test/test_browser_context.h", | 64 "../public/test/test_browser_context.h", |
| 75 "../public/test/test_browser_thread.cc", | 65 "../public/test/test_browser_thread.cc", |
| 76 "../public/test/test_browser_thread.h", | 66 "../public/test/test_browser_thread.h", |
| 77 "../public/test/test_browser_thread_bundle.cc", | 67 "../public/test/test_browser_thread_bundle.cc", |
| 78 "../public/test/test_browser_thread_bundle.h", | 68 "../public/test/test_browser_thread_bundle.h", |
| 79 "../public/test/test_content_client_initializer.cc", | 69 "../public/test/test_content_client_initializer.cc", |
| 80 "../public/test/test_content_client_initializer.h", | 70 "../public/test/test_content_client_initializer.h", |
| 81 "../public/test/test_download_request_handler.cc", | 71 "../public/test/test_download_request_handler.cc", |
| 82 "../public/test/test_download_request_handler.h", | 72 "../public/test/test_download_request_handler.h", |
| 83 "../public/test/test_file_error_injector.cc", | 73 "../public/test/test_file_error_injector.cc", |
| 84 "../public/test/test_file_error_injector.h", | 74 "../public/test/test_file_error_injector.h", |
| 85 "../public/test/test_file_system_backend.cc", | |
| 86 "../public/test/test_file_system_backend.h", | |
| 87 "../public/test/test_file_system_context.cc", | |
| 88 "../public/test/test_file_system_context.h", | |
| 89 "../public/test/test_file_system_options.cc", | |
| 90 "../public/test/test_file_system_options.h", | |
| 91 "../public/test/test_launcher.cc", | 75 "../public/test/test_launcher.cc", |
| 92 "../public/test/test_launcher.h", | 76 "../public/test/test_launcher.h", |
| 93 "../public/test/test_mojo_app.cc", | 77 "../public/test/test_mojo_app.cc", |
| 94 "../public/test/test_mojo_app.h", | 78 "../public/test/test_mojo_app.h", |
| 95 "../public/test/test_mojo_shell_context.cc", | 79 "../public/test/test_mojo_shell_context.cc", |
| 96 "../public/test/test_mojo_shell_context.h", | 80 "../public/test/test_mojo_shell_context.h", |
| 97 "../public/test/test_navigation_observer.cc", | 81 "../public/test/test_navigation_observer.cc", |
| 98 "../public/test/test_navigation_observer.h", | 82 "../public/test/test_navigation_observer.h", |
| 99 "../public/test/test_notification_tracker.cc", | 83 "../public/test/test_notification_tracker.cc", |
| 100 "../public/test/test_notification_tracker.h", | 84 "../public/test/test_notification_tracker.h", |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 946 "../browser/appcache/mock_appcache_policy.cc", | 930 "../browser/appcache/mock_appcache_policy.cc", |
| 947 "../browser/appcache/mock_appcache_policy.h", | 931 "../browser/appcache/mock_appcache_policy.h", |
| 948 "../browser/appcache/mock_appcache_service.cc", | 932 "../browser/appcache/mock_appcache_service.cc", |
| 949 "../browser/appcache/mock_appcache_service.h", | 933 "../browser/appcache/mock_appcache_service.h", |
| 950 "../browser/appcache/mock_appcache_storage.cc", | 934 "../browser/appcache/mock_appcache_storage.cc", |
| 951 "../browser/appcache/mock_appcache_storage.h", | 935 "../browser/appcache/mock_appcache_storage.h", |
| 952 "../browser/appcache/mock_appcache_storage_unittest.cc", | 936 "../browser/appcache/mock_appcache_storage_unittest.cc", |
| 953 "../browser/background_sync/background_sync_manager_unittest.cc", | 937 "../browser/background_sync/background_sync_manager_unittest.cc", |
| 954 "../browser/background_sync/background_sync_network_observer_unittest.cc", | 938 "../browser/background_sync/background_sync_network_observer_unittest.cc", |
| 955 "../browser/background_sync/background_sync_service_impl_unittest.cc", | 939 "../browser/background_sync/background_sync_service_impl_unittest.cc", |
| 956 "../browser/blob_storage/blob_async_builder_host_unittest.cc", | |
| 957 "../browser/blob_storage/blob_async_transport_request_builder_unittest.cc", | |
| 958 "../browser/blob_storage/blob_dispatcher_host_unittest.cc", | 940 "../browser/blob_storage/blob_dispatcher_host_unittest.cc", |
| 959 "../browser/blob_storage/blob_reader_unittest.cc", | |
| 960 "../browser/blob_storage/blob_storage_context_unittest.cc", | |
| 961 "../browser/blob_storage/blob_storage_registry_unittest.cc", | |
| 962 "../browser/blob_storage/blob_url_request_job_unittest.cc", | |
| 963 "../browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc", | 941 "../browser/bluetooth/bluetooth_allowed_devices_map_unittest.cc", |
| 964 "../browser/bluetooth/bluetooth_blacklist_unittest.cc", | 942 "../browser/bluetooth/bluetooth_blacklist_unittest.cc", |
| 965 "../browser/bluetooth/bluetooth_device_chooser_controller_unittest.cc", | 943 "../browser/bluetooth/bluetooth_device_chooser_controller_unittest.cc", |
| 966 "../browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc", | 944 "../browser/bluetooth/frame_connected_bluetooth_devices_unittest.cc", |
| 967 "../browser/browser_associated_interface_unittest.cc", | 945 "../browser/browser_associated_interface_unittest.cc", |
| 968 "../browser/browser_thread_unittest.cc", | 946 "../browser/browser_thread_unittest.cc", |
| 969 "../browser/browser_url_handler_impl_unittest.cc", | 947 "../browser/browser_url_handler_impl_unittest.cc", |
| 970 "../browser/browsing_data/clear_site_data_throttle_unittest.cc", | 948 "../browser/browsing_data/clear_site_data_throttle_unittest.cc", |
| 971 "../browser/byte_stream_unittest.cc", | 949 "../browser/byte_stream_unittest.cc", |
| 972 "../browser/cache_storage/cache_storage_blob_to_disk_cache_unittest.cc", | 950 "../browser/cache_storage/cache_storage_blob_to_disk_cache_unittest.cc", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 995 "../browser/dom_storage/dom_storage_database_unittest.cc", | 973 "../browser/dom_storage/dom_storage_database_unittest.cc", |
| 996 "../browser/dom_storage/session_storage_database_unittest.cc", | 974 "../browser/dom_storage/session_storage_database_unittest.cc", |
| 997 "../browser/download/base_file_unittest.cc", | 975 "../browser/download/base_file_unittest.cc", |
| 998 "../browser/download/download_file_unittest.cc", | 976 "../browser/download/download_file_unittest.cc", |
| 999 "../browser/download/download_item_impl_unittest.cc", | 977 "../browser/download/download_item_impl_unittest.cc", |
| 1000 "../browser/download/download_manager_impl_unittest.cc", | 978 "../browser/download/download_manager_impl_unittest.cc", |
| 1001 "../browser/download/quarantine_linux_unittest.cc", | 979 "../browser/download/quarantine_linux_unittest.cc", |
| 1002 "../browser/download/quarantine_win_unittest.cc", | 980 "../browser/download/quarantine_win_unittest.cc", |
| 1003 "../browser/download/rate_estimator_unittest.cc", | 981 "../browser/download/rate_estimator_unittest.cc", |
| 1004 "../browser/download/save_package_unittest.cc", | 982 "../browser/download/save_package_unittest.cc", |
| 1005 "../browser/fileapi/copy_or_move_file_validator_unittest.cc", | |
| 1006 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc", | |
| 1007 "../browser/fileapi/dragged_file_util_unittest.cc", | |
| 1008 "../browser/fileapi/external_mount_points_unittest.cc", | |
| 1009 "../browser/fileapi/file_system_context_unittest.cc", | |
| 1010 "../browser/fileapi/file_system_dir_url_request_job_unittest.cc", | |
| 1011 "../browser/fileapi/file_system_file_stream_reader_unittest.cc", | |
| 1012 "../browser/fileapi/file_system_operation_impl_unittest.cc", | |
| 1013 "../browser/fileapi/file_system_operation_impl_write_unittest.cc", | |
| 1014 "../browser/fileapi/file_system_operation_runner_unittest.cc", | |
| 1015 "../browser/fileapi/file_system_quota_client_unittest.cc", | |
| 1016 "../browser/fileapi/file_system_url_request_job_unittest.cc", | |
| 1017 "../browser/fileapi/file_system_url_unittest.cc", | |
| 1018 "../browser/fileapi/file_system_usage_cache_unittest.cc", | |
| 1019 "../browser/fileapi/file_writer_delegate_unittest.cc", | |
| 1020 "../browser/fileapi/fileapi_message_filter_unittest.cc", | 983 "../browser/fileapi/fileapi_message_filter_unittest.cc", |
| 1021 "../browser/fileapi/isolated_context_unittest.cc", | |
| 1022 "../browser/fileapi/local_file_stream_reader_unittest.cc", | |
| 1023 "../browser/fileapi/local_file_stream_writer_unittest.cc", | |
| 1024 "../browser/fileapi/local_file_util_unittest.cc", | |
| 1025 "../browser/fileapi/mock_file_change_observer.cc", | |
| 1026 "../browser/fileapi/mock_file_change_observer.h", | |
| 1027 "../browser/fileapi/mock_file_update_observer.cc", | |
| 1028 "../browser/fileapi/mock_file_update_observer.h", | |
| 1029 "../browser/fileapi/mock_url_request_delegate.cc", | |
| 1030 "../browser/fileapi/mock_url_request_delegate.h", | |
| 1031 "../browser/fileapi/native_file_util_unittest.cc", | |
| 1032 "../browser/fileapi/obfuscated_file_util_unittest.cc", | |
| 1033 "../browser/fileapi/plugin_private_file_system_backend_unittest.cc", | |
| 1034 "../browser/fileapi/recursive_operation_delegate_unittest.cc", | |
| 1035 "../browser/fileapi/sandbox_database_test_helper.cc", | |
| 1036 "../browser/fileapi/sandbox_database_test_helper.h", | |
| 1037 "../browser/fileapi/sandbox_directory_database_unittest.cc", | |
| 1038 "../browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc", | |
| 1039 "../browser/fileapi/sandbox_file_system_backend_unittest.cc", | |
| 1040 "../browser/fileapi/sandbox_isolated_origin_database_unittest.cc", | |
| 1041 "../browser/fileapi/sandbox_origin_database_unittest.cc", | |
| 1042 "../browser/fileapi/sandbox_prioritized_origin_database_unittest.cc", | |
| 1043 "../browser/fileapi/timed_task_helper_unittest.cc", | |
| 1044 "../browser/fileapi/transient_file_util_unittest.cc", | |
| 1045 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", | 984 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", |
| 1046 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", | 985 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", |
| 1047 "../browser/frame_host/frame_tree_unittest.cc", | 986 "../browser/frame_host/frame_tree_unittest.cc", |
| 1048 "../browser/frame_host/navigation_controller_impl_unittest.cc", | 987 "../browser/frame_host/navigation_controller_impl_unittest.cc", |
| 1049 "../browser/frame_host/navigation_entry_impl_unittest.cc", | 988 "../browser/frame_host/navigation_entry_impl_unittest.cc", |
| 1050 "../browser/frame_host/navigation_handle_impl_unittest.cc", | 989 "../browser/frame_host/navigation_handle_impl_unittest.cc", |
| 1051 "../browser/frame_host/navigator_impl_unittest.cc", | 990 "../browser/frame_host/navigator_impl_unittest.cc", |
| 1052 "../browser/frame_host/render_frame_host_manager_unittest.cc", | 991 "../browser/frame_host/render_frame_host_manager_unittest.cc", |
| 1053 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", | 992 "../browser/frame_host/render_widget_host_view_child_frame_unittest.cc", |
| 1054 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", | 993 "../browser/frame_host/render_widget_host_view_guest_unittest.cc", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 "../browser/notification_service_impl_unittest.cc", | 1056 "../browser/notification_service_impl_unittest.cc", |
| 1118 "../browser/notifications/notification_database_data_unittest.cc", | 1057 "../browser/notifications/notification_database_data_unittest.cc", |
| 1119 "../browser/notifications/notification_database_unittest.cc", | 1058 "../browser/notifications/notification_database_unittest.cc", |
| 1120 "../browser/notifications/notification_id_generator_unittest.cc", | 1059 "../browser/notifications/notification_id_generator_unittest.cc", |
| 1121 "../browser/notifications/platform_notification_context_unittest.cc", | 1060 "../browser/notifications/platform_notification_context_unittest.cc", |
| 1122 "../browser/notifications/type_converters_unittest.cc", | 1061 "../browser/notifications/type_converters_unittest.cc", |
| 1123 "../browser/power_monitor_message_broadcaster_unittest.cc", | 1062 "../browser/power_monitor_message_broadcaster_unittest.cc", |
| 1124 "../browser/power_usage_monitor_impl_unittest.cc", | 1063 "../browser/power_usage_monitor_impl_unittest.cc", |
| 1125 "../browser/presentation/presentation_service_impl_unittest.cc", | 1064 "../browser/presentation/presentation_service_impl_unittest.cc", |
| 1126 "../browser/presentation/presentation_type_converters_unittest.cc", | 1065 "../browser/presentation/presentation_type_converters_unittest.cc", |
| 1127 "../browser/quota/mock_quota_manager.cc", | |
| 1128 "../browser/quota/mock_quota_manager.h", | |
| 1129 "../browser/quota/mock_quota_manager_proxy.cc", | |
| 1130 "../browser/quota/mock_quota_manager_proxy.h", | |
| 1131 "../browser/quota/mock_quota_manager_unittest.cc", | |
| 1132 "../browser/quota/quota_backend_impl_unittest.cc", | |
| 1133 "../browser/quota/quota_database_unittest.cc", | |
| 1134 "../browser/quota/quota_manager_unittest.cc", | |
| 1135 "../browser/quota/quota_reservation_manager_unittest.cc", | |
| 1136 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", | 1066 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", |
| 1137 "../browser/quota/storage_monitor_unittest.cc", | |
| 1138 "../browser/quota/usage_tracker_unittest.cc", | |
| 1139 "../browser/renderer_host/clipboard_message_filter_unittest.cc", | 1067 "../browser/renderer_host/clipboard_message_filter_unittest.cc", |
| 1140 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", | 1068 "../browser/renderer_host/dwrite_font_proxy_message_filter_win_unittest.cc", |
| 1141 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", | 1069 "../browser/renderer_host/input/gesture_event_queue_unittest.cc", |
| 1142 "../browser/renderer_host/input/input_router_impl_unittest.cc", | 1070 "../browser/renderer_host/input/input_router_impl_unittest.cc", |
| 1143 "../browser/renderer_host/input/mock_input_ack_handler.cc", | 1071 "../browser/renderer_host/input/mock_input_ack_handler.cc", |
| 1144 "../browser/renderer_host/input/mock_input_ack_handler.h", | 1072 "../browser/renderer_host/input/mock_input_ack_handler.h", |
| 1145 "../browser/renderer_host/input/mock_input_router_client.cc", | 1073 "../browser/renderer_host/input/mock_input_router_client.cc", |
| 1146 "../browser/renderer_host/input/mock_input_router_client.h", | 1074 "../browser/renderer_host/input/mock_input_router_client.h", |
| 1147 "../browser/renderer_host/input/motion_event_web_unittest.cc", | 1075 "../browser/renderer_host/input/motion_event_web_unittest.cc", |
| 1148 "../browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc", | 1076 "../browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc", |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1321 "../renderer/media/video_capture_impl_manager_unittest.cc", | 1249 "../renderer/media/video_capture_impl_manager_unittest.cc", |
| 1322 "../renderer/media/video_capture_impl_unittest.cc", | 1250 "../renderer/media/video_capture_impl_unittest.cc", |
| 1323 "../renderer/media/video_capture_message_filter_unittest.cc", | 1251 "../renderer/media/video_capture_message_filter_unittest.cc", |
| 1324 "../renderer/media/webmediaplayer_ms_unittest.cc", | 1252 "../renderer/media/webmediaplayer_ms_unittest.cc", |
| 1325 "../renderer/peripheral_content_heuristic_unittest.cc", | 1253 "../renderer/peripheral_content_heuristic_unittest.cc", |
| 1326 "../renderer/render_thread_impl_unittest.cc", | 1254 "../renderer/render_thread_impl_unittest.cc", |
| 1327 "../renderer/render_widget_unittest.cc", | 1255 "../renderer/render_widget_unittest.cc", |
| 1328 "../renderer/scheduler/resource_dispatch_throttler_unittest.cc", | 1256 "../renderer/scheduler/resource_dispatch_throttler_unittest.cc", |
| 1329 "../renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc", | 1257 "../renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc", |
| 1330 "../renderer/skia_benchmarking_extension_unittest.cc", | 1258 "../renderer/skia_benchmarking_extension_unittest.cc", |
| 1331 "fileapi_test_file_set.cc", | |
| 1332 "fileapi_test_file_set.h", | |
| 1333 "image_decoder_test.cc", | 1259 "image_decoder_test.cc", |
| 1334 "image_decoder_test.h", | 1260 "image_decoder_test.h", |
| 1335 "run_all_unittests.cc", | 1261 "run_all_unittests.cc", |
| 1336 ] | 1262 ] |
| 1337 | 1263 |
| 1338 # ChromeOS also defines linux but their memory-monitors conflict. | 1264 # ChromeOS also defines linux but their memory-monitors conflict. |
| 1339 if (is_chromeos) { | 1265 if (is_chromeos) { |
| 1340 sources += [ "../browser/memory/memory_monitor_chromeos_unittest.cc" ] | 1266 sources += [ "../browser/memory/memory_monitor_chromeos_unittest.cc" ] |
| 1341 } else { | 1267 } else { |
| 1342 sources += [ "../browser/memory/memory_monitor_linux_unittest.cc" ] | 1268 sources += [ "../browser/memory/memory_monitor_linux_unittest.cc" ] |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1398 "//mojo/edk/test:test_support", | 1324 "//mojo/edk/test:test_support", |
| 1399 "//mojo/public/cpp/bindings", | 1325 "//mojo/public/cpp/bindings", |
| 1400 "//net:extras", | 1326 "//net:extras", |
| 1401 "//net:test_support", | 1327 "//net:test_support", |
| 1402 "//ppapi/c", | 1328 "//ppapi/c", |
| 1403 "//printing", | 1329 "//printing", |
| 1404 "//skia", | 1330 "//skia", |
| 1405 "//sql", | 1331 "//sql", |
| 1406 "//sql:test_support", | 1332 "//sql:test_support", |
| 1407 "//storage/browser", | 1333 "//storage/browser", |
| 1334 "//storage/browser:test_support", |
| 1408 "//storage/common", | 1335 "//storage/common", |
| 1409 "//testing/gmock", | 1336 "//testing/gmock", |
| 1410 "//testing/gtest", | 1337 "//testing/gtest", |
| 1411 "//third_party/WebKit/public:blink", | 1338 "//third_party/WebKit/public:blink", |
| 1412 "//third_party/icu", | 1339 "//third_party/icu", |
| 1413 "//third_party/leveldatabase", | 1340 "//third_party/leveldatabase", |
| 1414 "//third_party/libjingle", | 1341 "//third_party/libjingle", |
| 1415 "//third_party/re2", | 1342 "//third_party/re2", |
| 1416 "//third_party/widevine/cdm:version_h", | 1343 "//third_party/widevine/cdm:version_h", |
| 1417 "//ui/accessibility", | 1344 "//ui/accessibility", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1695 if (is_android) { | 1622 if (is_android) { |
| 1696 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1623 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1697 } | 1624 } |
| 1698 } | 1625 } |
| 1699 | 1626 |
| 1700 group("fuzzers") { | 1627 group("fuzzers") { |
| 1701 deps = [ | 1628 deps = [ |
| 1702 "//content/test/fuzzer", | 1629 "//content/test/fuzzer", |
| 1703 ] | 1630 ] |
| 1704 } | 1631 } |
| OLD | NEW |