mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-12-01 09:46:09 +03:00
27 lines
748 B
Plaintext
27 lines
748 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("storage") {
|
||
|
sources = [
|
||
|
"dom_window_storage.cc",
|
||
|
"dom_window_storage.h",
|
||
|
"dom_window_storage_controller.cc",
|
||
|
"dom_window_storage_controller.h",
|
||
|
"inspector_dom_storage_agent.cc",
|
||
|
"inspector_dom_storage_agent.h",
|
||
|
"storage.cc",
|
||
|
"storage.h",
|
||
|
"storage_area.cc",
|
||
|
"storage_area.h",
|
||
|
"storage_event.cc",
|
||
|
"storage_event.h",
|
||
|
"storage_namespace.cc",
|
||
|
"storage_namespace.h",
|
||
|
"storage_namespace_controller.cc",
|
||
|
"storage_namespace_controller.h",
|
||
|
]
|
||
|
}
|