| 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",
|
|
|