Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | # Copyright 2015 The Chromium Authors |
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
3 | # found in the LICENSE file. | ||||
4 | |||||
Eriko Kurimoto | d1c57cf | 2024-11-27 06:51:00 | [diff] [blame] | 5 | component("cookie_config") { |
6 | defines = [ "IS_COMPONENTS_COOKIE_CONFIG_IMPL" ] | ||||
7 | |||||
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 8 | sources = [ |
9 | "cookie_store_util.cc", | ||||
10 | "cookie_store_util.h", | ||||
11 | ] | ||||
12 | |||||
Eriko Kurimoto | d1c57cf | 2024-11-27 06:51:00 | [diff] [blame] | 13 | public_deps = [ "//base" ] |
14 | |||||
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 15 | deps = [ |
Will Harris | 93d0dcd5 | 2023-03-14 23:38:47 | [diff] [blame] | 16 | "//components/os_crypt/sync", |
brettw | eab63a5 | 2015-10-22 23:47:36 | [diff] [blame] | 17 | "//net:extras", |
abhishek.a21 | bbf8e4a | 2015-10-15 21:05:56 | [diff] [blame] | 18 | ] |
19 | } |