1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 component("transform") {
6 output_name = "mojo_transform_lib"
13 "//mojo/environment:chromium",
14 "//third_party/mojo/src/mojo/public/c/system:for_component",
15 "//ui/mojo/geometry:interfaces",
18 defines = [ "MOJO_TRANSFORM_IMPLEMENTATION" ]
21 "mojo_transform_export.h",
22 "transform_type_converters.cc",
23 "transform_type_converters.h",