blob: ae027a9dfd849250e1ae892dd701bbeb84175470 [file] [log] [blame]
# Copyright 2016 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("quota") {
sources = [
"deprecated_storage_info.cc",
"deprecated_storage_info.h",
"deprecated_storage_quota.cc",
"deprecated_storage_quota.h",
"dom_error.cc",
"dom_error.h",
"dom_window_quota.cc",
"dom_window_quota.h",
"navigator_storage_quota.cc",
"navigator_storage_quota.h",
"quota_utils.cc",
"quota_utils.h",
"storage_manager.cc",
"storage_manager.h",
"worker_navigator_storage_quota.cc",
"worker_navigator_storage_quota.h",
]
}