Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 # This file contains all C++ sources for the dart:builtin and dart:io | 5 # This file contains all C++ sources for the dart:builtin and dart:io |
| 6 # libraries. | 6 # libraries. |
| 7 { | 7 { |
| 8 'sources': [ | 8 'sources': [ |
| 9 'dartutils.cc', | 9 'dartutils.cc', |
| 10 'dartutils.h', | 10 'dartutils.h', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 55 'process_macos.cc', | 55 'process_macos.cc', |
| 56 'process_win.cc', | 56 'process_win.cc', |
| 57 'socket.cc', | 57 'socket.cc', |
| 58 'socket.h', | 58 'socket.h', |
| 59 'socket_linux.cc', | 59 'socket_linux.cc', |
| 60 'socket_macos.cc', | 60 'socket_macos.cc', |
| 61 'socket_win.cc', | 61 'socket_win.cc', |
| 62 'set.h', | 62 'set.h', |
| 63 'set_test.cc', | 63 'set_test.cc', |
| 64 'thread.h', | 64 'thread.h', |
| 65 'tls_socket.cc', | |
| 66 'tls_socket.h', | |
| 67 'tls_socket_linux.cc', | |
|
Søren Gjesse
2012/08/09 10:22:52
Don't we need empty implementations for Mac OS and
Bill Hesse
2012/08/13 11:20:03
Done.
| |
| 65 'utils.h', | 68 'utils.h', |
| 66 'utils_linux.cc', | 69 'utils_linux.cc', |
| 67 'utils_macos.cc', | 70 'utils_macos.cc', |
| 68 'utils_win.cc', | 71 'utils_win.cc', |
| 69 ], | 72 ], |
| 70 } | 73 } |
| OLD | NEW |