Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ui / platform_window / win / BUILD.gn
blobe7226e1b092ef75672e8e31743667b91bfa252ec
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 component("win") {
6   output_name = "win_window"
8   deps = [
9     "//base",
10     "//skia",
11     "//ui/events",
12     "//ui/gfx",
13     "//ui/gfx/geometry",
14     "//ui/platform_window",
15   ]
17   defines = [ "WIN_WINDOW_IMPLEMENTATION" ]
19   sources = [
20     "win_window.cc",
21     "win_window.h",
22     "win_window_export.h",
23   ]