mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
27 lines
746 B
Plaintext
27 lines
746 B
Plaintext
|
# 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",
|
||
|
]
|
||
|
}
|