1action("generate_gl_bindings") { 2 args = [ 3 "--header-paths=" + rebase_path("//third_party/khronos", root_build_dir) + 4 ":" + rebase_path("//third_party/mesa/src/include", root_build_dir) + 5 ":" + rebase_path("//ui/gl", root_build_dir) + ":" + 6 rebase_path("//gpu", root_build_dir), 7 rebase_path(gl_binding_output_dir, root_build_dir), 8 ] 9} 10