| # 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 = "//mojo/public/mojom/base/token.mojom" | |
| public_headers = [ "//base/token.h" ] | |
| traits_headers = [ "//mojo/public/cpp/base/token_mojom_traits.h" ] | |
| public_deps = [ | |
| "//base", | |
| "//mojo/public/cpp/base:shared_typemap_traits", | |
| ] | |
| type_mappings = [ "mojo_base.mojom.Token=base::Token" ] |