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

Side by Side Diff: storage/browser/BUILD.gn

Issue 2776273002: Move some quota tests 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
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/quota/quota_backend_impl_unittest.cc » ('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 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "database/database_quota_client_unittest.cc", 235 "database/database_quota_client_unittest.cc",
236 "database/database_util_unittest.cc", 236 "database/database_util_unittest.cc",
237 "database/databases_table_unittest.cc", 237 "database/databases_table_unittest.cc",
238 "fileapi/external_mount_points_unittest.cc", 238 "fileapi/external_mount_points_unittest.cc",
239 "fileapi/file_system_url_unittest.cc", 239 "fileapi/file_system_url_unittest.cc",
240 "fileapi/file_system_usage_cache_unittest.cc", 240 "fileapi/file_system_usage_cache_unittest.cc",
241 "fileapi/isolated_context_unittest.cc", 241 "fileapi/isolated_context_unittest.cc",
242 "fileapi/local_file_stream_reader_unittest.cc", 242 "fileapi/local_file_stream_reader_unittest.cc",
243 "fileapi/local_file_stream_writer_unittest.cc", 243 "fileapi/local_file_stream_writer_unittest.cc",
244 "fileapi/native_file_util_unittest.cc", 244 "fileapi/native_file_util_unittest.cc",
245 "fileapi/quota/quota_backend_impl_unittest.cc",
246 "fileapi/quota/quota_reservation_manager_unittest.cc",
245 "fileapi/sandbox_isolated_origin_database_unittest.cc", 247 "fileapi/sandbox_isolated_origin_database_unittest.cc",
246 "fileapi/sandbox_prioritized_origin_database_unittest.cc", 248 "fileapi/sandbox_prioritized_origin_database_unittest.cc",
247 "fileapi/timed_task_helper_unittest.cc", 249 "fileapi/timed_task_helper_unittest.cc",
248 ] 250 ]
249 251
250 deps = [ 252 deps = [
251 ":browser", 253 ":browser",
252 "//base/test:run_all_unittests", 254 "//base/test:run_all_unittests",
253 "//base/test:test_support", 255 "//base/test:test_support",
254 "//net:test_support", 256 "//net:test_support",
255 "//sql:test_support", 257 "//sql:test_support",
256 "//testing/gtest", 258 "//testing/gtest",
259 "//third_party/leveldatabase",
257 ] 260 ]
258 } 261 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/quota/quota_backend_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698