# Copyright 2020 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. static_library("storage") { sources = [ "prepare_directory_task.cc", "prepare_directory_task.h", "store_file_task.cc", "store_file_task.h", "store_files_task.cc", "store_files_task.h", ] deps = [ "//content/public/browser", "//mojo/public/cpp/bindings", ] public_deps = [ "//base", "//third_party/blink/public/common", ] }