# Copyright 2017 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("cookie_store") {
sources = [
"cookie_change_event.cc",
"cookie_change_event.h",
"cookie_store.cc",
"cookie_store.h",
"cookie_store_manager.cc",
"cookie_store_manager.h",
"extendable_cookie_change_event.cc",
"extendable_cookie_change_event.h",
"global_cookie_store.cc",
"global_cookie_store.h",
]
deps = [ "//third_party/blink/renderer/platform" ]
}