Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: third_party/WebKit/LayoutTests/mojo/BUILD.gn

Issue 2745293005: Moving mojo/validation test into LayoutTests (Closed)
Patch Set: remove extra old dependency Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
+}

Powered by Google App Engine
This is Rietveld 408576698