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
Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git]
/
ui
/
ozone
/
demo
/
BUILD.gn
blob
c58431bf9191cb53a4703a94899259a222ab14d3
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
group("demo") {
6
deps = [
7
":ozone_demo",
8
]
9
}
10
11
executable("ozone_demo") {
12
sources = [
13
"ozone_demo.cc",
14
]
15
16
deps = [
17
"//base",
18
"//skia",
19
"//ui/gfx/geometry",
20
"//ui/gl",
21
"//ui/ozone",
22
]
23
}