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

Unified Diff: runtime/bin/BUILD.gn

Issue 2448323005: Fuchsia: fix build (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 99e32ff3d63cec60663da9a855df175dcf68cc0d..2a2d17bdb23046e547c0d2141553a2e968b27ea3 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -745,7 +745,10 @@ dart_executable("dart_no_observatory") {
extra_deps += [ ":hello_fuchsia" ]
}
extra_defines = [ "NO_OBSERVATORY" ]
- extra_sources = [ "observatory_assets_empty.cc" ]
+ extra_sources = [
+ "builtin_nolib.cc",
+ "observatory_assets_empty.cc",
+ ]
}
executable("process_test") {
« 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