repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Roll src/third_party/WebKit d67e6d4:0cefbbd (svn 194847:194848)
[chromium-blink-merge.git]
/
ui
/
platform_window
/
BUILD.gn
blob
2d9680b3d3e9b829d58ba571a17f5eefb7bfa53b
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.
4
5
source_set("platform_window") {
6
sources = [
7
"platform_window.h",
8
"platform_window_delegate.h",
9
]
10
11
deps = [
12
"//base",
13
"//ui/base",
14
"//ui/gfx",
15
]
16
}