blob: 93416dbd013230e432b4c6cbbf731afa727f89c6 [file] [log] [blame]
# Copyright 2019 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/identity/public/mojom/core_account_id.mojom"
public_headers = [ "//google_apis/gaia/core_account_id.h" ]
traits_headers =
[ "//services/identity/public/cpp/core_account_id_mojom_traits.h" ]
sources = [
"//services/identity/public/cpp/core_account_id_mojom_traits.cc",
]
public_deps = [
"//google_apis",
]
type_mappings = [ "identity.mojom.CoreAccountId=::CoreAccountId" ]