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

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

Issue 1159443002: Roll Dart forward (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 | « DEPS ('k') | sky/engine/core/BUILD.gn » ('j') | 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 105221bf2fdc6dd46260d256a73901af5b5be080..477d4a6dc5d1f8e83bb3a0c52dd71d79508f670d 100644
--- a/sky/engine/bindings/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -36,7 +36,7 @@ source_set("bindings") {
deps = [
"//base",
"//dart/runtime/bin:embedded_dart_io",
- "//dart/runtime/bin:libdart_withcore",
+ "//dart/runtime:libdart",
"//mojo/public/c/system",
"//mojo/public/cpp/system",
"//sky/engine/core:prerequisites",
@@ -370,7 +370,8 @@ action("generate_dart_sky") {
source_set("generated_bindings") {
deps = [
"//base",
- "//dart/runtime/bin:libdart_withcore",
+ "//dart/runtime:libdart",
+ "//dart/runtime/vm:libdart_platform",
"//gpu/command_buffer/client:gles2_c_lib",
"//mojo/application",
"//mojo/common",
« no previous file with comments | « DEPS ('k') | sky/engine/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698