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

Side by Side Diff: storage/browser/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
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 import("//testing/test.gni") 4 import("//testing/test.gni")
5 5
6 component("browser") { 6 component("browser") {
7 output_name = "storage_browser" 7 output_name = "storage_browser"
8 sources = [ 8 sources = [
9 "blob/blob_data_builder.cc", 9 "blob/blob_data_builder.cc",
10 "blob/blob_data_builder.h", 10 "blob/blob_data_builder.h",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "database/database_util_unittest.cc", 239 "database/database_util_unittest.cc",
240 "database/databases_table_unittest.cc", 240 "database/databases_table_unittest.cc",
241 "fileapi/copy_or_move_file_validator_unittest.cc", 241 "fileapi/copy_or_move_file_validator_unittest.cc",
242 "fileapi/copy_or_move_operation_delegate_unittest.cc", 242 "fileapi/copy_or_move_operation_delegate_unittest.cc",
243 "fileapi/dragged_file_util_unittest.cc", 243 "fileapi/dragged_file_util_unittest.cc",
244 "fileapi/external_mount_points_unittest.cc", 244 "fileapi/external_mount_points_unittest.cc",
245 "fileapi/file_system_context_unittest.cc", 245 "fileapi/file_system_context_unittest.cc",
246 "fileapi/file_system_dir_url_request_job_unittest.cc", 246 "fileapi/file_system_dir_url_request_job_unittest.cc",
247 "fileapi/file_system_file_stream_reader_unittest.cc", 247 "fileapi/file_system_file_stream_reader_unittest.cc",
248 "fileapi/file_system_operation_impl_unittest.cc", 248 "fileapi/file_system_operation_impl_unittest.cc",
249 "fileapi/file_system_operation_impl_write_unittest.cc",
249 "fileapi/file_system_quota_client_unittest.cc", 250 "fileapi/file_system_quota_client_unittest.cc",
250 "fileapi/file_system_url_request_job_unittest.cc", 251 "fileapi/file_system_url_request_job_unittest.cc",
251 "fileapi/file_system_url_unittest.cc", 252 "fileapi/file_system_url_unittest.cc",
252 "fileapi/file_system_usage_cache_unittest.cc", 253 "fileapi/file_system_usage_cache_unittest.cc",
253 "fileapi/file_writer_delegate_unittest.cc", 254 "fileapi/file_writer_delegate_unittest.cc",
254 "fileapi/isolated_context_unittest.cc", 255 "fileapi/isolated_context_unittest.cc",
255 "fileapi/local_file_stream_reader_unittest.cc", 256 "fileapi/local_file_stream_reader_unittest.cc",
256 "fileapi/local_file_stream_writer_unittest.cc", 257 "fileapi/local_file_stream_writer_unittest.cc",
257 "fileapi/local_file_util_unittest.cc", 258 "fileapi/local_file_util_unittest.cc",
258 "fileapi/native_file_util_unittest.cc", 259 "fileapi/native_file_util_unittest.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 } 291 }
291 292
292 static_library("test_support") { 293 static_library("test_support") {
293 testonly = true 294 testonly = true
294 295
295 sources = [ 296 sources = [
296 "test/async_file_test_helper.cc", 297 "test/async_file_test_helper.cc",
297 "test/async_file_test_helper.h", 298 "test/async_file_test_helper.h",
298 "test/fileapi_test_file_set.cc", 299 "test/fileapi_test_file_set.cc",
299 "test/fileapi_test_file_set.h", 300 "test/fileapi_test_file_set.h",
301 "test/mock_blob_url_request_context.cc",
302 "test/mock_blob_url_request_context.h",
300 "test/mock_file_change_observer.cc", 303 "test/mock_file_change_observer.cc",
301 "test/mock_file_change_observer.h", 304 "test/mock_file_change_observer.h",
302 "test/mock_file_update_observer.cc", 305 "test/mock_file_update_observer.cc",
303 "test/mock_file_update_observer.h", 306 "test/mock_file_update_observer.h",
304 "test/mock_quota_manager.cc", 307 "test/mock_quota_manager.cc",
305 "test/mock_quota_manager.h", 308 "test/mock_quota_manager.h",
306 "test/mock_quota_manager_proxy.cc", 309 "test/mock_quota_manager_proxy.cc",
307 "test/mock_quota_manager_proxy.h", 310 "test/mock_quota_manager_proxy.h",
308 "test/mock_special_storage_policy.cc", 311 "test/mock_special_storage_policy.cc",
309 "test/mock_special_storage_policy.h", 312 "test/mock_special_storage_policy.h",
(...skipping 12 matching lines...) Expand all
322 ] 325 ]
323 326
324 deps = [ 327 deps = [
325 ":browser", 328 ":browser",
326 "//base/test:test_support", 329 "//base/test:test_support",
327 "//net:test_support", 330 "//net:test_support",
328 "//testing/gtest", 331 "//testing/gtest",
329 "//third_party/leveldatabase", 332 "//third_party/leveldatabase",
330 ] 333 ]
331 } 334 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/file_system_operation_impl_write_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698