Add the MB configs for all of the bots on the chromium.linux waterfall.
[chromium-blink-merge.git] / tools / gn / format_test_data / 061.golden
blobedbf43dc6ad11e6732ecebf21de8eff1e5632fef
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   ]