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..e07edaf46b0b9add8cec66e3d6620d49d54f907b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/mojo/BUILD.gn |
@@ -0,0 +1,7 @@ |
+action("data_files") { |
+ script = "gen_data_files_list.py" |
+ outputs = [ |
+ "$target_gen_dir/data_files.txt", |
+ ] |
+ args = rebase_path(outputs, root_build_dir) |
+} |