blob: 83cac7b51744b5d9fbdd5901f55a03979c4f3235 [file] [log] [blame]
# 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"
]