flutter_flutter/sky/tools/roll/mojo_dart_embedder.patch
Adam Barth 052a8fc747 Remove //tonic dependency
We don't import //tonic, which makes this dependency a gn-time failure.
Fortunately, we don't build this target anyway, so we can just remove this
line.
2015-07-29 21:12:22 -07:00

13 lines
384 B
Diff

diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index 97a4ee2..6764873 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -47,7 +47,6 @@ source_set("dart_controller_no_snapshot") {
"//mojo/public/c/system",
"//mojo/public/cpp/system",
"//mojo/services/network/public/interfaces",
- "//tonic",
]
defines = []