naiveproxy/tools/gn/format_test_data/003.gn
2018-01-29 00:30:36 +08:00

11 lines
103 B
Plaintext

executable("test") {
sources = [
"stuff.cc",
"things.cc"
]
deps = [
"//base",
]
}