Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/mojo/BUILD.gn |
| diff --git a/third_party/WebKit/LayoutTests/mojo/BUILD.gn b/third_party/WebKit/LayoutTests/mojo/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5616045cbacfa26889f993a395f22ed5f1d95bff |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/mojo/BUILD.gn |
| @@ -0,0 +1,7 @@ |
| +action("data_files") { |
| + script = "gen_data_file.py" |
| + outputs = [ |
| + "$target_gen_dir/data_files.txt", |
| + ] |
| + args = rebase_path(outputs, root_build_dir) |
| +} |