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
Popular sites on the NTP: Try to keep the ordering constant
[chromium-blink-merge.git]
/
components
/
guest_view
/
common
/
BUILD.gn
blob
9916d95a111647db552cff1850f6a081d92e39d5
1
static_library("common") {
2
output_name = "guest_view_common"
3
sources = [
4
"guest_view_constants.cc",
5
"guest_view_constants.h",
6
"guest_view_message_generator.cc",
7
"guest_view_message_generator.h",
8
"guest_view_messages.h",
9
]
10
11
deps = [
12
"//base",
13
"//ipc",
14
]
15
}