mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
10 lines
362 B
Plaintext
10 lines
362 B
Plaintext
action("generate_gl_bindings") {
|
|
args = [
|
|
"--header-paths=" + rebase_path("//third_party/khronos", root_build_dir) +
|
|
":" + rebase_path("//third_party/mesa/src/include", root_build_dir) + ":" +
|
|
rebase_path("//ui/gl", root_build_dir) + ":" +
|
|
rebase_path("//gpu", root_build_dir),
|
|
rebase_path(gl_binding_output_dir, root_build_dir),
|
|
]
|
|
}
|