Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: content/test/BUILD.gn

Issue 2819363003: Move browser-side File API unittests next to the files they cover. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "../public/test/mock_render_thread.cc", 85 "../public/test/mock_render_thread.cc",
86 "../public/test/mock_render_thread.h", 86 "../public/test/mock_render_thread.h",
87 "../public/test/mock_resource_context.cc", 87 "../public/test/mock_resource_context.cc",
88 "../public/test/mock_resource_context.h", 88 "../public/test/mock_resource_context.h",
89 "../public/test/navigation_simulator.cc", 89 "../public/test/navigation_simulator.cc",
90 "../public/test/navigation_simulator.h", 90 "../public/test/navigation_simulator.h",
91 "../public/test/ppapi_test_utils.cc", 91 "../public/test/ppapi_test_utils.cc",
92 "../public/test/ppapi_test_utils.h", 92 "../public/test/ppapi_test_utils.h",
93 "../public/test/render_view_test.cc", 93 "../public/test/render_view_test.cc",
94 "../public/test/render_view_test.h", 94 "../public/test/render_view_test.h",
95 "../public/test/sandbox_file_system_test_helper.cc",
96 "../public/test/sandbox_file_system_test_helper.h",
97 "../public/test/test_browser_context.cc", 95 "../public/test/test_browser_context.cc",
98 "../public/test/test_browser_context.h", 96 "../public/test/test_browser_context.h",
99 "../public/test/test_browser_thread.cc", 97 "../public/test/test_browser_thread.cc",
100 "../public/test/test_browser_thread.h", 98 "../public/test/test_browser_thread.h",
101 "../public/test/test_browser_thread_bundle.cc", 99 "../public/test/test_browser_thread_bundle.cc",
102 "../public/test/test_browser_thread_bundle.h", 100 "../public/test/test_browser_thread_bundle.h",
103 "../public/test/test_content_client_initializer.cc", 101 "../public/test/test_content_client_initializer.cc",
104 "../public/test/test_content_client_initializer.h", 102 "../public/test/test_content_client_initializer.h",
105 "../public/test/test_download_request_handler.cc", 103 "../public/test/test_download_request_handler.cc",
106 "../public/test/test_download_request_handler.h", 104 "../public/test/test_download_request_handler.h",
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 "../browser/download/base_file_win_unittest.cc", 1073 "../browser/download/base_file_win_unittest.cc",
1076 "../browser/download/download_file_unittest.cc", 1074 "../browser/download/download_file_unittest.cc",
1077 "../browser/download/download_item_impl_unittest.cc", 1075 "../browser/download/download_item_impl_unittest.cc",
1078 "../browser/download/download_job_unittest.cc", 1076 "../browser/download/download_job_unittest.cc",
1079 "../browser/download/download_manager_impl_unittest.cc", 1077 "../browser/download/download_manager_impl_unittest.cc",
1080 "../browser/download/download_request_core_unittest.cc", 1078 "../browser/download/download_request_core_unittest.cc",
1081 "../browser/download/parallel_download_job_unittest.cc", 1079 "../browser/download/parallel_download_job_unittest.cc",
1082 "../browser/download/parallel_download_utils_unittest.cc", 1080 "../browser/download/parallel_download_utils_unittest.cc",
1083 "../browser/download/rate_estimator_unittest.cc", 1081 "../browser/download/rate_estimator_unittest.cc",
1084 "../browser/download/save_package_unittest.cc", 1082 "../browser/download/save_package_unittest.cc",
1085 "../browser/fileapi/copy_or_move_operation_delegate_unittest.cc",
1086 "../browser/fileapi/dragged_file_util_unittest.cc",
1087 "../browser/fileapi/file_system_context_unittest.cc",
1088 "../browser/fileapi/file_system_operation_impl_unittest.cc",
1089 "../browser/fileapi/file_system_operation_impl_write_unittest.cc", 1083 "../browser/fileapi/file_system_operation_impl_write_unittest.cc",
1090 "../browser/fileapi/file_system_operation_runner_unittest.cc", 1084 "../browser/fileapi/file_system_operation_runner_unittest.cc",
1091 "../browser/fileapi/fileapi_message_filter_unittest.cc", 1085 "../browser/fileapi/fileapi_message_filter_unittest.cc",
1092 "../browser/fileapi/mock_file_change_observer.cc",
1093 "../browser/fileapi/mock_file_change_observer.h",
1094 "../browser/fileapi/mock_file_update_observer.cc",
1095 "../browser/fileapi/mock_file_update_observer.h",
1096 "../browser/fileapi/obfuscated_file_util_unittest.cc",
1097 "../browser/fileapi/recursive_operation_delegate_unittest.cc",
1098 "../browser/fileapi/sandbox_database_test_helper.cc", 1086 "../browser/fileapi/sandbox_database_test_helper.cc",
1099 "../browser/fileapi/sandbox_database_test_helper.h", 1087 "../browser/fileapi/sandbox_database_test_helper.h",
1100 "../browser/fileapi/sandbox_directory_database_unittest.cc", 1088 "../browser/fileapi/sandbox_directory_database_unittest.cc",
1101 "../browser/fileapi/sandbox_origin_database_unittest.cc", 1089 "../browser/fileapi/sandbox_origin_database_unittest.cc",
1102 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", 1090 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc",
1103 "../browser/frame_host/ancestor_throttle_unittest.cc", 1091 "../browser/frame_host/ancestor_throttle_unittest.cc",
1104 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", 1092 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc",
1105 "../browser/frame_host/frame_tree_unittest.cc", 1093 "../browser/frame_host/frame_tree_unittest.cc",
1106 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc", 1094 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc",
1107 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1095 "../browser/frame_host/navigation_controller_impl_unittest.cc",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 "../renderer/media/webmediaplayer_ms_unittest.cc", 1385 "../renderer/media/webmediaplayer_ms_unittest.cc",
1398 "../renderer/peripheral_content_heuristic_unittest.cc", 1386 "../renderer/peripheral_content_heuristic_unittest.cc",
1399 "../renderer/presentation/presentation_connection_proxy_unittest.cc", 1387 "../renderer/presentation/presentation_connection_proxy_unittest.cc",
1400 "../renderer/presentation/presentation_dispatcher_unittest.cc", 1388 "../renderer/presentation/presentation_dispatcher_unittest.cc",
1401 "../renderer/presentation/test_presentation_connection.cc", 1389 "../renderer/presentation/test_presentation_connection.cc",
1402 "../renderer/presentation/test_presentation_connection.h", 1390 "../renderer/presentation/test_presentation_connection.h",
1403 "../renderer/render_thread_impl_unittest.cc", 1391 "../renderer/render_thread_impl_unittest.cc",
1404 "../renderer/render_widget_unittest.cc", 1392 "../renderer/render_widget_unittest.cc",
1405 "../renderer/scheduler/resource_dispatch_throttler_unittest.cc", 1393 "../renderer/scheduler/resource_dispatch_throttler_unittest.cc",
1406 "../renderer/skia_benchmarking_extension_unittest.cc", 1394 "../renderer/skia_benchmarking_extension_unittest.cc",
1407 "fileapi_test_file_set.cc",
1408 "fileapi_test_file_set.h",
1409 "image_decoder_test.cc", 1395 "image_decoder_test.cc",
1410 "image_decoder_test.h", 1396 "image_decoder_test.h",
1411 "navigation_simulator_unittest.cc", 1397 "navigation_simulator_unittest.cc",
1412 "run_all_unittests.cc", 1398 "run_all_unittests.cc",
1413 ] 1399 ]
1414 1400
1415 # Chromecasts do not have extended attributes enabled; even if it were 1401 # Chromecasts do not have extended attributes enabled; even if it were
1416 # enabled, the devices use tmpfs which restricts the extended attributes that 1402 # enabled, the devices use tmpfs which restricts the extended attributes that
1417 # can be set such that quarantining still would not work. (The platform 1403 # can be set such that quarantining still would not work. (The platform
1418 # specific tests include a runtime guard to skip tests that need xattr.) 1404 # specific tests include a runtime guard to skip tests that need xattr.)
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 if (is_android) { 1823 if (is_android) {
1838 deps += [ "//testing/android/native_test:native_test_native_code" ] 1824 deps += [ "//testing/android/native_test:native_test_native_code" ]
1839 } 1825 }
1840 } 1826 }
1841 1827
1842 group("fuzzers") { 1828 group("fuzzers") {
1843 deps = [ 1829 deps = [
1844 "//content/test/fuzzer", 1830 "//content/test/fuzzer",
1845 ] 1831 ]
1846 } 1832 }
OLDNEW
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.cc ('k') | content/test/fileapi_test_file_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698