cc: Make VideoResourceUpdater use CopyToResource instead of SetPixels.
[chromium-blink-merge.git] / ui / platform_window / win / BUILD.gn
blob26eb0aaadbf01f984eeb697ea94c902a3b6a1d38
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_window") {
6   deps = [
7     "//base",
8     "//skia",
9     "//ui/events",
10     "//ui/gfx",
11     "//ui/gfx/geometry",
12     "//ui/platform_window",
13   ]
15   defines = [ "WIN_WINDOW_IMPLEMENTATION" ]
17   sources = [
18     "win_window.cc",
19     "win_window.h",
20     "win_window_export.h",
21   ]