mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
|
static_library("common") {
|
||
|
output_name = "guest_view_common"
|
||
|
sources = [
|
||
|
"guest_view_constants.cc",
|
||
|
"guest_view_constants.h",
|
||
|
"guest_view_message_generator.cc",
|
||
|
"guest_view_message_generator.h",
|
||
|
"guest_view_messages.h",
|
||
|
]
|
||
|
|
||
|
deps = [
|
||
|
"//base",
|
||
|
"//ipc",
|
||
|
]
|
||
|
}
|