blob: 3cddb9536de8b2ba0c5cd911d626949620a385d0 [file] [log] [blame]
# Copyright 2018 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.
mojom = "//services/network/public/mojom/cookie_manager.mojom"
public_headers =
[ "//third_party/blink/public/platform/web_canonical_cookie.h" ]
traits_headers = [
"//third_party/blink/renderer/platform/mojo/canonical_cookie_mojom_traits.h",
]
deps = [
"//mojo/public/cpp/bindings",
]
type_mappings = [ "network.mojom.CanonicalCookie=::blink::WebCanonicalCookie" ]