mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 14:23:38 +03:00
4 lines
114 B
Text
4 lines
114 B
Text
if (is_win) { sources = ["win.cc"] }
|
|
else if (is_linux) { sources = ["linux.cc"] }
|
|
else { sources = ["wha.cc"] }
|
|
|