Roll src/third_party/WebKit d67e6d4:0cefbbd (svn 194847:194848)
[chromium-blink-merge.git] / ui / platform_window / BUILD.gn
blob2d9680b3d3e9b829d58ba571a17f5eefb7bfa53b
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 source_set("platform_window") {
6   sources = [
7     "platform_window.h",
8     "platform_window_delegate.h",
9   ]
11   deps = [
12     "//base",
13     "//ui/base",
14     "//ui/gfx",
15   ]