blob: c49be9416dab8490c6d8708aff759bdf53ddcba3 [file] [log] [blame]
# Copyright 2017 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("cookie_store") {
sources = [
"cookie_change_event.cc",
"cookie_change_event.h",
"cookie_store.cc",
"cookie_store.h",
"extendable_cookie_change_event.cc",
"extendable_cookie_change_event.h",
"global_cookie_store_impl.h",
"service_worker_global_scope_cookie_store.cc",
"service_worker_global_scope_cookie_store.h",
"window_cookie_store.cc",
"window_cookie_store.h",
]
deps = [
"//third_party/blink/renderer/platform",
]
}