naiveproxy/tools/gn/format_test_data/003.gn
2018-08-11 05:35:24 +00:00

10 lines
103 B
Text

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