mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
|
# 80 ---------------------------------------------------------------------------
|
||
|
if (true) {
|
||
|
if (true) {
|
||
|
sources +=
|
||
|
rebase_path(gypi_values.browser_chromeos_non_athena_sources,
|
||
|
".",
|
||
|
"//chrome") +
|
||
|
rebase_path(gypi_values.browser_chromeos_extension_non_athena_sources,
|
||
|
".",
|
||
|
"//chrome")
|
||
|
}
|
||
|
}
|