mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
|
# 80 ---------------------------------------------------------------------------
|
||
|
if (true) {
|
||
|
args = [
|
||
|
"{{source}}",
|
||
|
rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc", root_build_dir)
|
||
|
]
|
||
|
}
|