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

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: 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698