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

Unified Diff: sky/engine/bindings/BUILD.gn

Issue 1130353013: Attempt to fix bad dependency in Sky build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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: sky/engine/bindings/BUILD.gn
diff --git a/sky/engine/bindings/BUILD.gn b/sky/engine/bindings/BUILD.gn
index f711219aa963d1377498b51bbbd09d99caf4b659..3fbdb58cf0d137badeb4a2cdf8076b7cf899e1c2 100644
--- a/sky/engine/bindings/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -35,13 +35,14 @@ source_set("bindings") {
deps = [
"//base",
+ "//dart/runtime/bin:embedded_dart_io",
"//dart/runtime/bin:libdart_withcore",
"//mojo/public/c/system",
"//mojo/public/cpp/system",
+ "//sky/engine/core:prerequisites",
"//sky/engine/platform:platform",
"//sky/engine/tonic",
"//sky/engine/wtf",
- "//dart/runtime/bin:embedded_dart_io",
":generated_bindings",
":snapshot_cc",
]
« 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