# Copyright 2020 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
source_set("test_api") { | |
testonly = true | |
sources = [ | |
"test_api.cc", | |
"test_api.h", | |
] | |
deps = [ | |
"//base", | |
"//components/services/storage:filesystem_proxy_factory", | |
"//components/services/storage:test_api_stubs", | |
"//components/services/storage/public/mojom:test_api", | |
"//mojo/public/cpp/bindings", | |
"//third_party/leveldatabase", | |
] | |
} |