blob: a7a51003386fe7b62aaf5b7008c63acefd428942 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361# Copyright 2015 The Chromium Authors
abhishek.a21bbf8e4a2015-10-15 21:05:562# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Eriko Kurimotod1c57cf2024-11-27 06:51:005component("cookie_config") {
6 defines = [ "IS_COMPONENTS_COOKIE_CONFIG_IMPL" ]
7
abhishek.a21bbf8e4a2015-10-15 21:05:568 sources = [
9 "cookie_store_util.cc",
10 "cookie_store_util.h",
11 ]
12
Eriko Kurimotod1c57cf2024-11-27 06:51:0013 public_deps = [ "//base" ]
14
abhishek.a21bbf8e4a2015-10-15 21:05:5615 deps = [
Will Harris93d0dcd52023-03-14 23:38:4716 "//components/os_crypt/sync",
brettweab63a52015-10-22 23:47:3617 "//net:extras",
abhishek.a21bbf8e4a2015-10-15 21:05:5618 ]
19}