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 24 matching lines...) Expand all Loading... |
35 'extensions_win.cc', | 35 'extensions_win.cc', |
36 'file.cc', | 36 'file.cc', |
37 'file.h', | 37 'file.h', |
38 'file_linux.cc', | 38 'file_linux.cc', |
39 'file_macos.cc', | 39 'file_macos.cc', |
40 'file_win.cc', | 40 'file_win.cc', |
41 'file_test.cc', | 41 'file_test.cc', |
42 'fdutils.h', | 42 'fdutils.h', |
43 'fdutils_linux.cc', | 43 'fdutils_linux.cc', |
44 'fdutils_macos.cc', | 44 'fdutils_macos.cc', |
45 'hashmap.cc', | |
46 'hashmap.h', | |
47 'hashmap_test.cc', | 45 'hashmap_test.cc', |
48 'isolate_data.h', | 46 'isolate_data.h', |
49 'platform.cc', | 47 'platform.cc', |
50 'platform.h', | 48 'platform.h', |
51 'platform_linux.cc', | 49 'platform_linux.cc', |
52 'platform_macos.cc', | 50 'platform_macos.cc', |
53 'platform_win.cc', | 51 'platform_win.cc', |
54 'process.cc', | 52 'process.cc', |
55 'process.h', | 53 'process.h', |
56 'process_linux.cc', | 54 'process_linux.cc', |
57 'process_macos.cc', | 55 'process_macos.cc', |
58 'process_win.cc', | 56 'process_win.cc', |
59 'socket.cc', | 57 'socket.cc', |
60 'socket.h', | 58 'socket.h', |
61 'socket_linux.cc', | 59 'socket_linux.cc', |
62 'socket_macos.cc', | 60 'socket_macos.cc', |
63 'socket_win.cc', | 61 'socket_win.cc', |
64 'set.h', | 62 'set.h', |
65 'set_test.cc', | 63 'set_test.cc', |
66 'thread.h', | 64 'thread.h', |
67 'utils.h', | 65 'utils.h', |
68 'utils_linux.cc', | 66 'utils_linux.cc', |
69 'utils_macos.cc', | 67 'utils_macos.cc', |
70 'utils_win.cc', | 68 'utils_win.cc', |
71 ], | 69 ], |
72 } | 70 } |
OLD | NEW |