Returning scoped_ptr instead of raw pointer in QuicInfoToValue in net/
[chromium-blink-merge.git] / mojo / converters / transform / BUILD.gn
blobda04119fa8dccfbf6357c1eb2440b006eee59bb1
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"
8   public_deps = [
9     "//ui/gfx",
10   ]
11   deps = [
12     "//skia",
13     "//mojo/environment:chromium",
14     "//third_party/mojo/src/mojo/public/c/system:for_component",
15     "//ui/mojo/geometry:interfaces",
16   ]
18   defines = [ "MOJO_TRANSFORM_IMPLEMENTATION" ]
20   sources = [
21     "mojo_transform_export.h",
22     "transform_type_converters.cc",
23     "transform_type_converters.h",
24   ]