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

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

Issue 2817133002: Move a couple of quota unit 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/quota/quota_database_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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "fileapi/native_file_util_unittest.cc", 254 "fileapi/native_file_util_unittest.cc",
255 "fileapi/plugin_private_file_system_backend_unittest.cc", 255 "fileapi/plugin_private_file_system_backend_unittest.cc",
256 "fileapi/quota/quota_backend_impl_unittest.cc", 256 "fileapi/quota/quota_backend_impl_unittest.cc",
257 "fileapi/quota/quota_reservation_manager_unittest.cc", 257 "fileapi/quota/quota_reservation_manager_unittest.cc",
258 "fileapi/sandbox_file_system_backend_delegate_unittest.cc", 258 "fileapi/sandbox_file_system_backend_delegate_unittest.cc",
259 "fileapi/sandbox_file_system_backend_unittest.cc", 259 "fileapi/sandbox_file_system_backend_unittest.cc",
260 "fileapi/sandbox_isolated_origin_database_unittest.cc", 260 "fileapi/sandbox_isolated_origin_database_unittest.cc",
261 "fileapi/sandbox_prioritized_origin_database_unittest.cc", 261 "fileapi/sandbox_prioritized_origin_database_unittest.cc",
262 "fileapi/timed_task_helper_unittest.cc", 262 "fileapi/timed_task_helper_unittest.cc",
263 "fileapi/transient_file_util_unittest.cc", 263 "fileapi/transient_file_util_unittest.cc",
264 "quota/quota_database_unittest.cc",
265 "quota/usage_tracker_unittest.cc",
264 ] 266 ]
265 267
266 deps = [ 268 deps = [
267 ":browser", 269 ":browser",
268 ":test_support", 270 ":test_support",
269 "//base/test:run_all_unittests", 271 "//base/test:run_all_unittests",
270 "//base/test:test_support", 272 "//base/test:test_support",
271 "//net:test_support", 273 "//net:test_support",
272 "//sql:test_support", 274 "//sql:test_support",
273 "//testing/gtest", 275 "//testing/gtest",
(...skipping 17 matching lines...) Expand all
291 "test/test_file_system_options.h", 293 "test/test_file_system_options.h",
292 ] 294 ]
293 295
294 deps = [ 296 deps = [
295 ":browser", 297 ":browser",
296 "//base/test:test_support", 298 "//base/test:test_support",
297 "//net:test_support", 299 "//net:test_support",
298 "//testing/gtest", 300 "//testing/gtest",
299 ] 301 ]
300 } 302 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/quota/quota_database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698