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

Unified Diff: runtime/bin/bin.gypi

Issue 2151493003: Fix 'all' target (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index c770f3dd8ec7b557e0d83f765b700333b79ef49e..3ab74a32f9df9b6d23ac8aaa8abf08e89c799ccd 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1069,7 +1069,11 @@
],
'sources': [
'fuchsia_test.cc',
+ 'log_android.cc',
'log_fuchsia.cc', # TODO(zra): Move to libdart_builtin when ready.
+ 'log_linux.cc',
+ 'log_macos.cc',
+ 'log_win.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