summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/cookie_store/BUILD.gn
blob: 412a1c446436054e04f23db0326335b8a30672b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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",
    "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",
    "service_worker_registration_cookies.cc",
    "service_worker_registration_cookies.h",
  ]

  deps = [ "//third_party/blink/renderer/platform" ]
}