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

Unified Diff: mojo/public/tools/bindings/mojom.gni

Issue 2072063002: Add c.sha1 as a dependency to the generator sources. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add c.sha1 as a dependency to the generator sources. Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index edb7dccdb5b12d317f3862738a2eef791e0e7e66..6a59ff1e1d3b63ad16bdbb6c32d3ce78b5e02419 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -127,6 +127,8 @@ template("mojom") {
"$generator_root/generators/mojom_python_generator.py",
"$generator_root/mojom_tool/bin/linux64/mojom.sha1",
"$generator_root/mojom_tool/bin/mac64/mojom.sha1",
+ "$generator_root/mojom_tool/bin/linux64/generators/c.sha1",
+ "$generator_root/mojom_tool/bin/mac64/generators/c.sha1",
"$generator_root/pylib/mojom/__init__.py",
"$generator_root/pylib/mojom/error.py",
"$generator_root/pylib/mojom/generate/__init__.py",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698