1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-03-29 19:59:54 +03:00
naiveproxy/tools/gn/format_test_data/061.golden
2018-02-02 05:49:39 -05:00

9 lines
370 B
Text

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),
]
}