mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-08-18 06:55:34 +03:00
3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
if (is_win) { sources = ["win.cc"] }
|
|
else if (is_linux) { sources = ["linux.cc"] }
|