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

Unified Diff: mojo/public/tools/bindings/BUILD.gn

Issue 1413343006: Break the circular dependency in the new mojom bindings generation pipeline. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rename the file that is broken in the index. Created 5 years, 1 month 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 | « mojo/public/python/BUILD.gn ('k') | mojo/public/tools/bindings/pylib/mojom/generate/generated/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/BUILD.gn
diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn
index 72140612cb69b1809351f3954ecf1f4148fb864b..3bd2f04c77a2371e9cf7d7b5d77a63cdfd47f80b 100644
--- a/mojo/public/tools/bindings/BUILD.gn
+++ b/mojo/public/tools/bindings/BUILD.gn
@@ -4,7 +4,7 @@
group("bindings") {
deps = [
- "../../python",
- "../../interfaces/bindings",
+ "../../python:serialization_bindings",
+ "../../python:mojo_system_impl",
]
}
« no previous file with comments | « mojo/public/python/BUILD.gn ('k') | mojo/public/tools/bindings/pylib/mojom/generate/generated/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698