Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / tools / gn / format_test_data / 061.gn
blob5948037fe56fa481893462077787ca8120b39f99
1 action("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   ]