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

Unified Diff: mojom/mojom_parser/BUILD.gn

Issue 1908273003: Mojom frontend: An algorithm for detecting ill-founded nodes in a graph. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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: mojom/mojom_parser/BUILD.gn
diff --git a/mojom/mojom_parser/BUILD.gn b/mojom/mojom_parser/BUILD.gn
index 55e2f81c962ae2a375740f6c75b6a8f79862cbae..36d7f2675209063582f88f852a208330dc991145 100644
--- a/mojom/mojom_parser/BUILD.gn
+++ b/mojom/mojom_parser/BUILD.gn
@@ -30,6 +30,7 @@ action("mojom_tool") {
"parser/parsing.go",
"serialization/serialization.go",
"utils/sort_utils.go",
+ "utils/wellfounded_graphs.go",
]
outputs = [

Powered by Google App Engine
This is Rietveld 408576698