blob: 971dc63d17793ebb9533ea7af3a461ba8b4810cc [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/WebKit/Source/modules/modules.gni")
blink_modules_sources("cookie_store") {
sources = [
"CookieChangeEvent.cpp",
"CookieChangeEvent.h",
"CookieStore.cpp",
"CookieStore.h",
"GlobalCookieStore.cpp",
"GlobalCookieStore.h",
]
deps = [
"//third_party/WebKit/Source/platform",
]
}