blob: 378a0479ebd773eec31893eec83dd517139b8f96 [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.cc",
"global_cookie_store.h",
]
deps = [
"//third_party/blink/renderer/platform",
]
}