naiveproxy/tools/gn/format_test_data/003.gn

11 lines
103 B
Plaintext
Raw Normal View History

2018-01-28 19:30:36 +03:00
executable("test") {
sources = [
"stuff.cc",
"things.cc"
]
deps = [
"//base",
]
}