| # Copyright 2016 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 = "//components/arc/common/app.mojom" | |
| public_headers = [ | |
| "//ui/gfx/geometry/rect.h", | |
| ] | |
| traits_headers = [ "//components/arc/common/app_struct_traits.h" ] | |
| sources = [ | |
| "//components/arc/common/app_struct_traits.cc" | |
| ] | |
| type_mappings = [ | |
| "arc.mojom.ScreenRect=gfx::Rect" | |
| ] |