| # Copyright 2017 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/file_info.mojom" | |
| public_headers = [ "//base/files/file.h" ] | |
| traits_headers = [ "//mojo/public/cpp/base/file_info_mojom_traits.h" ] | |
| public_deps = [ | |
| "//base", | |
| "//mojo/public/cpp/base:shared_typemap_traits", | |
| ] | |
| type_mappings = [ "mojo_base.mojom.FileInfo=base::File::Info" ] |