mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
9 lines
313 B
Plaintext
9 lines
313 B
Plaintext
|
# 80 ---------------------------------------------------------------------------
|
||
|
if (true) {
|
||
|
check_internal_result =
|
||
|
exec_script("build/check_internal.py",
|
||
|
[ rebase_path("internal/google_chrome_api_keys.h",
|
||
|
root_build_dir) ],
|
||
|
"value")
|
||
|
}
|