Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / mojo / converters / surfaces / BUILD.gn
blob9bcc72febdd646f0f92d38d1607c115f8ab19525
1 # Copyright 2014 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 # GYP version: mojo/mojo_converters.gypi:mojo_surfaces_lib
6 component("surfaces") {
7   output_name = "mojo_surfaces_lib"
9   sources = [
10     "mojo_surfaces_export.h",
11     "surfaces_type_converters.cc",
12     "surfaces_type_converters.h",
13     "surfaces_utils.cc",
14     "surfaces_utils.h",
15   ]
17   defines = [ "MOJO_SURFACES_IMPLEMENTATION" ]
19   public_deps = [
20     "//mojo/converters/geometry",
21     "//mojo/converters/transform",
22     "//ui/gfx",
23   ]
25   deps = [
26     "//base",
27     "//cc",
28     "//cc/surfaces",
29     "//cc/surfaces:surface_id",
30     "//components/view_manager/public/interfaces",
31     "//gpu",
32     "//ui/gfx/geometry",
33     "//mojo/environment:chromium",
34     "//skia",
35     "//third_party/mojo/src/mojo/public/c/system:for_component",
36   ]