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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 102123010: Add getter for hasTerminal, terminalColumns and terminalLines on stdout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add include of thread.h and fix io_patch. Created 7 years 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 | runtime/bin/io_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_impl_sources.gypi
diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
index d0266090692f27a4181ce257cdc10e48f4661558..a720c7f27941d29cbba4c017bb4f7cdd0455294d 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -50,12 +50,12 @@
'socket_linux.cc',
'socket_macos.cc',
'socket_win.cc',
- 'stdin.cc',
- 'stdin.h',
- 'stdin_android.cc',
- 'stdin_linux.cc',
- 'stdin_macos.cc',
- 'stdin_win.cc',
+ 'stdio.cc',
+ 'stdio.h',
+ 'stdio_android.cc',
+ 'stdio_linux.cc',
+ 'stdio_macos.cc',
+ 'stdio_win.cc',
],
'conditions': [
['dart_io_support==1', {
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698