| # 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. |
| |
| 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/cache_storage", |
| "//third_party/blink/renderer/modules/file_system_access", |
| "//third_party/blink/renderer/modules/indexeddb", |
| "//third_party/blink/renderer/modules/locks", |
| ] |
| |
| allow_circular_includes_from = deps |
| } |