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

Unified Diff: mojom/mojom_tool/BUILD.gn

Issue 1930603004: mojom: move mojom/mojom_tool/generated -> mojom/generated. Update consumers (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix paths to new `generated/` in mojom_tool/BUILD.gn 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
« no previous file with comments | « mojom/generators/common/common.go ('k') | mojom/mojom_tool/examples/example_consumer.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_tool/BUILD.gn
diff --git a/mojom/mojom_tool/BUILD.gn b/mojom/mojom_tool/BUILD.gn
index 4fafa1a9eec5cdd637a28351b3e411e6b8cc948c..ec03dcab16b63265ad64e96c0d8e4b419db8a67b 100644
--- a/mojom/mojom_tool/BUILD.gn
+++ b/mojom/mojom_tool/BUILD.gn
@@ -11,8 +11,8 @@ action("mojom_tool") {
script = "../tools/build_mojom_tool.py"
inputs = [
- "generated/mojom_files/mojom_files.mojom.go",
- "generated/mojom_types/mojom_types.mojom.go",
+ "../generated/mojom_files/mojom_files.mojom.go",
+ "../generated/mojom_types/mojom_types.mojom.go",
"integration_tests/comment_merger_test.go",
"integration_tests/computed_data_test.go",
"integration_tests/resolution_test.go",
« no previous file with comments | « mojom/generators/common/common.go ('k') | mojom/mojom_tool/examples/example_consumer.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698