blob: ce047c371e9a807a7773300f42b643003bd30149 [file] [log] [blame]
# Copyright 2014 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.
# This target does NOT depend on skia. One can depend on this target to avoid
# picking up a dependency on skia.
component("geometry") {
output_name = "mojo_geometry_lib"
public_deps = [
"//ui/gfx/geometry",
]
deps = [
"//mojo/public/c/system:for_component",
"//ui/mojo/geometry:interfaces",
]
defines = [ "MOJO_GEOMETRY_IMPLEMENTATION" ]
sources = [
"geometry_type_converters.cc",
"geometry_type_converters.h",
"mojo_geometry_export.h",
]
}