mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
13 lines
384 B
Diff
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 = []
|