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

Unified Diff: runtime/vm/BUILD.gn

Issue 2296463002: [fuchsia] Fix build for new sysroot (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 4 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
« runtime/bin/BUILD.gn ('K') | « runtime/bin/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/BUILD.gn
diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn
index cf35ecaac7f10556b73adfa6910e0e73c0cbd5ce..d9eb05e88e51a531fe32087e2457738baba58e79 100644
--- a/runtime/vm/BUILD.gn
+++ b/runtime/vm/BUILD.gn
@@ -16,7 +16,10 @@ config("libdart_vm_config") {
}
}
} else {
- libs = [ "runtime" ]
+ libs = [
+ "runtime",
+ "magenta",
jamesr 2016/08/29 21:51:10 this too
anmittal 2016/08/29 21:53:55 Done.
+ ]
}
}
« runtime/bin/BUILD.gn ('K') | « runtime/bin/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698