OLD | NEW |
(Empty) | |
| 1 mojom = "//content/common/cookie.mojom" |
| 2 public_headers = [ |
| 3 "//ipc/ipc_message_utils.h", |
| 4 "//net/cookies/cookie_options.h", |
| 5 "//net/cookies/canonical_cookie.h", |
| 6 "//net/cookies/cookie_constants.h", |
| 7 ] |
| 8 traits_headers = [ "//content/common/cookie_traits.h" ] |
| 9 deps = [ |
| 10 "//net:net", |
| 11 ] |
| 12 type_mappings = [ |
| 13 "content.mojom.CookiePriority=net::CookiePriority", |
| 14 "content.mojom.CookieSameSite=net::CookieSameSite", |
| 15 "content.mojom.CookieSameSiteFilter=net::CookieOptions::SameSiteCookieMode", |
| 16 "content.mojom.CookieOptions=net::CookieOptions", |
| 17 "content.mojom.CanonicalCookie=net::CanonicalCookie", |
| 18 ] |
OLD | NEW |