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

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

Issue 2821303003: Move a browser-side File API unittest next to the file it covers. (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
« no previous file with comments | « content/public/test/mock_blob_url_request_context.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "../public/test/fake_speech_recognition_manager.cc", 65 "../public/test/fake_speech_recognition_manager.cc",
66 "../public/test/fake_speech_recognition_manager.h", 66 "../public/test/fake_speech_recognition_manager.h",
67 "../public/test/find_test_utils.cc", 67 "../public/test/find_test_utils.cc",
68 "../public/test/find_test_utils.h", 68 "../public/test/find_test_utils.h",
69 "../public/test/frame_load_waiter.cc", 69 "../public/test/frame_load_waiter.cc",
70 "../public/test/frame_load_waiter.h", 70 "../public/test/frame_load_waiter.h",
71 "../public/test/javascript_test_observer.cc", 71 "../public/test/javascript_test_observer.cc",
72 "../public/test/javascript_test_observer.h", 72 "../public/test/javascript_test_observer.h",
73 "../public/test/memory_coordinator_test_utils.cc", 73 "../public/test/memory_coordinator_test_utils.cc",
74 "../public/test/memory_coordinator_test_utils.h", 74 "../public/test/memory_coordinator_test_utils.h",
75 "../public/test/mock_blob_url_request_context.cc",
76 "../public/test/mock_blob_url_request_context.h",
77 "../public/test/mock_download_item.cc", 75 "../public/test/mock_download_item.cc",
78 "../public/test/mock_download_item.h", 76 "../public/test/mock_download_item.h",
79 "../public/test/mock_download_manager.cc", 77 "../public/test/mock_download_manager.cc",
80 "../public/test/mock_download_manager.h", 78 "../public/test/mock_download_manager.h",
81 "../public/test/mock_notification_observer.cc", 79 "../public/test/mock_notification_observer.cc",
82 "../public/test/mock_notification_observer.h", 80 "../public/test/mock_notification_observer.h",
83 "../public/test/mock_render_process_host.cc", 81 "../public/test/mock_render_process_host.cc",
84 "../public/test/mock_render_process_host.h", 82 "../public/test/mock_render_process_host.h",
85 "../public/test/mock_render_thread.cc", 83 "../public/test/mock_render_thread.cc",
86 "../public/test/mock_render_thread.h", 84 "../public/test/mock_render_thread.h",
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 "../browser/download/base_file_win_unittest.cc", 1071 "../browser/download/base_file_win_unittest.cc",
1074 "../browser/download/download_file_unittest.cc", 1072 "../browser/download/download_file_unittest.cc",
1075 "../browser/download/download_item_impl_unittest.cc", 1073 "../browser/download/download_item_impl_unittest.cc",
1076 "../browser/download/download_job_unittest.cc", 1074 "../browser/download/download_job_unittest.cc",
1077 "../browser/download/download_manager_impl_unittest.cc", 1075 "../browser/download/download_manager_impl_unittest.cc",
1078 "../browser/download/download_request_core_unittest.cc", 1076 "../browser/download/download_request_core_unittest.cc",
1079 "../browser/download/parallel_download_job_unittest.cc", 1077 "../browser/download/parallel_download_job_unittest.cc",
1080 "../browser/download/parallel_download_utils_unittest.cc", 1078 "../browser/download/parallel_download_utils_unittest.cc",
1081 "../browser/download/rate_estimator_unittest.cc", 1079 "../browser/download/rate_estimator_unittest.cc",
1082 "../browser/download/save_package_unittest.cc", 1080 "../browser/download/save_package_unittest.cc",
1083 "../browser/fileapi/file_system_operation_impl_write_unittest.cc",
1084 "../browser/fileapi/file_system_operation_runner_unittest.cc", 1081 "../browser/fileapi/file_system_operation_runner_unittest.cc",
1085 "../browser/fileapi/fileapi_message_filter_unittest.cc", 1082 "../browser/fileapi/fileapi_message_filter_unittest.cc",
1086 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc", 1083 "../browser/fileapi/upload_file_system_file_element_reader_unittest.cc",
1087 "../browser/frame_host/ancestor_throttle_unittest.cc", 1084 "../browser/frame_host/ancestor_throttle_unittest.cc",
1088 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc", 1085 "../browser/frame_host/frame_tree_node_blame_context_unittest.cc",
1089 "../browser/frame_host/frame_tree_unittest.cc", 1086 "../browser/frame_host/frame_tree_unittest.cc",
1090 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc", 1087 "../browser/frame_host/mixed_content_navigation_throttle_unittest.cc",
1091 "../browser/frame_host/navigation_controller_impl_unittest.cc", 1088 "../browser/frame_host/navigation_controller_impl_unittest.cc",
1092 "../browser/frame_host/navigation_entry_impl_unittest.cc", 1089 "../browser/frame_host/navigation_entry_impl_unittest.cc",
1093 "../browser/frame_host/navigation_handle_impl_unittest.cc", 1090 "../browser/frame_host/navigation_handle_impl_unittest.cc",
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 if (is_android) { 1816 if (is_android) {
1820 deps += [ "//testing/android/native_test:native_test_native_code" ] 1817 deps += [ "//testing/android/native_test:native_test_native_code" ]
1821 } 1818 }
1822 } 1819 }
1823 1820
1824 group("fuzzers") { 1821 group("fuzzers") {
1825 deps = [ 1822 deps = [
1826 "//content/test/fuzzer", 1823 "//content/test/fuzzer",
1827 ] 1824 ]
1828 } 1825 }
OLDNEW
« no previous file with comments | « content/public/test/mock_blob_url_request_context.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698