blob: 364e281cd9a224a239ed020182df1c5dbf41d717 [file] [log] [blame]
# 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.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("buckets") {
sources = [
"storage_bucket.cc",
"storage_bucket.h",
"storage_bucket_manager.cc",
"storage_bucket_manager.h",
]
deps = [ "//third_party/blink/renderer/modules/indexeddb" ]
}