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

Unified Diff: mojom/mojom_parser/BUILD.gn

Issue 1805743003: Mojom frontend: Compute, validate and populate struct field version info (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rename ComputeDataForGenerators to ComputeFinalData Created 4 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
« no previous file with comments | « no previous file | mojom/mojom_parser/mojom/computed_data.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_parser/BUILD.gn
diff --git a/mojom/mojom_parser/BUILD.gn b/mojom/mojom_parser/BUILD.gn
index 4acf1f04937a27850b1a9088a4a1bd79d2a7fac6..969882c06952ca4935322f7a073149cf727472aa 100644
--- a/mojom/mojom_parser/BUILD.gn
+++ b/mojom/mojom_parser/BUILD.gn
@@ -22,9 +22,11 @@ action("mojom_tool") {
"mojom/types.go",
"mojom/user_defined_types.go",
"mojom/utils.go",
+ "parser/computed_data_test.go",
"parser/parse_driver.go",
"parser/parser.go",
"parser/parsing.go",
+ "parser/resolution_test.go",
"serialization/serialization.go",
"utils/sort_utils.go",
]
« no previous file with comments | « no previous file | mojom/mojom_parser/mojom/computed_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698