| # 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 = "//chromeos/components/drivefs/mojom/drivefs.mojom" |
| public_headers = [ "//components/drive/file_errors.h" ] |
| traits_headers = [ "//chromeos/components/drivefs/drivefs_mojom_traits.h" ] |
| sources = [ |
| "//chromeos/components/drivefs/drivefs_mojom_traits.cc", |
| "//chromeos/components/drivefs/drivefs_mojom_traits.h", |
| ] |
| deps = [ |
| "//components/drive", |
| ] |
| |
| type_mappings = [ "drivefs.mojom.FileError=::drive::FileError" ] |