| Index: tools/gn/format_test_data/061.golden
|
| diff --git a/tools/gn/format_test_data/061.golden b/tools/gn/format_test_data/061.golden
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..edbf43dc6ad11e6732ecebf21de8eff1e5632fef
|
| --- /dev/null
|
| +++ b/tools/gn/format_test_data/061.golden
|
| @@ -0,0 +1,9 @@
|
| +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),
|
| + ]
|
| +}
|
|
|