| # Copyright 2016 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("cache_storage") { |
| sources = [ |
| "cache.cc", |
| "cache.h", |
| "cache_storage.cc", |
| "cache_storage.h", |
| "cache_storage_blob_client_list.cc", |
| "cache_storage_blob_client_list.h", |
| "cache_storage_error.cc", |
| "cache_storage_error.h", |
| "cache_storage_trace_utils.cc", |
| "cache_storage_trace_utils.h", |
| "cache_utils.cc", |
| "cache_utils.h", |
| "global_cache_storage.cc", |
| "global_cache_storage.h", |
| "inspector_cache_storage_agent.cc", |
| "inspector_cache_storage_agent.h", |
| ] |
| |
| public_deps = [ "//third_party/blink/renderer/platform" ] |
| } |