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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
ui
/
mojo
/
init
/
BUILD.gn
blob
e6745ad6528d5bab7c6660d92ce21cca3aa2a195
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("init") {
6
sources = [
7
"screen_mojo.cc",
8
"screen_mojo.h",
9
"ui_init.cc",
10
"ui_init.h",
11
]
12
13
deps = [
14
"//base",
15
"//ui/gfx/geometry",
16
]
17
18
if (is_android) {
19
deps += [
20
"//ui/events:gesture_detection",
21
"//ui/gfx",
22
]
23
}
24
}