| 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 'common.cc', | 9 'common.cc', |
| 10 'dartutils.cc', | 10 'dartutils.cc', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 'extensions_linux.cc', | 41 'extensions_linux.cc', |
| 42 'extensions_macos.cc', | 42 'extensions_macos.cc', |
| 43 'extensions_win.cc', | 43 'extensions_win.cc', |
| 44 'file.cc', | 44 'file.cc', |
| 45 'file.h', | 45 'file.h', |
| 46 'file_android.cc', | 46 'file_android.cc', |
| 47 'file_linux.cc', | 47 'file_linux.cc', |
| 48 'file_macos.cc', | 48 'file_macos.cc', |
| 49 'file_win.cc', | 49 'file_win.cc', |
| 50 'file_test.cc', | 50 'file_test.cc', |
| 51 'filter.cc', |
| 52 'filter.h', |
| 51 'fdutils.h', | 53 'fdutils.h', |
| 52 'fdutils_android.cc', | 54 'fdutils_android.cc', |
| 53 'fdutils_linux.cc', | 55 'fdutils_linux.cc', |
| 54 'fdutils_macos.cc', | 56 'fdutils_macos.cc', |
| 55 'hashmap_test.cc', | 57 'hashmap_test.cc', |
| 56 'isolate_data.h', | 58 'isolate_data.h', |
| 57 'platform.cc', | 59 'platform.cc', |
| 58 'platform.h', | 60 'platform.h', |
| 59 'platform_android.cc', | 61 'platform_android.cc', |
| 60 'platform_linux.cc', | 62 'platform_linux.cc', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 75 'set.h', | 77 'set.h', |
| 76 'set_test.cc', | 78 'set_test.cc', |
| 77 'thread.h', | 79 'thread.h', |
| 78 'utils.h', | 80 'utils.h', |
| 79 'utils_android.cc', | 81 'utils_android.cc', |
| 80 'utils_linux.cc', | 82 'utils_linux.cc', |
| 81 'utils_macos.cc', | 83 'utils_macos.cc', |
| 82 'utils_win.cc', | 84 'utils_win.cc', |
| 83 ], | 85 ], |
| 84 } | 86 } |
| OLD | NEW |