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

Unified Diff: runtime/BUILD.gn

Issue 2449213003: GN: Try to fix Linux build on bots (Closed)
Patch Set: Created 4 years, 2 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 | utils/dartdevc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index 088bb5a088e99e7e53c497984d222c3367308b3e..b5116d52f74a599bbf9af0e3cca7e8b665371708 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -303,8 +303,8 @@ executable("libdart_dependency_helper") {
"third_party/double-conversion/src:libdouble_conversion",
"vm:libdart_lib",
"vm:libdart_lib_nosnapshot",
- "vm:libdart_platform",
"vm:libdart_vm",
+ "vm:libdart_vm_nosnapshot",
]
sources = [
"vm/libdart_dependency_helper.cc",
« no previous file with comments | « no previous file | utils/dartdevc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698