| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Note: if you edit this file, you must also edit libraries.json in this | 5 # Note: if you edit this file, you must also edit libraries.json in this |
| 6 # directory: | 6 # directory: |
| 7 # | 7 # |
| 8 # ../../tools/yaml2json.py libraries.yaml libraries.json | 8 # ../../tools/yaml2json.py libraries.yaml libraries.json |
| 9 # | 9 # |
| 10 # We currently have several different files that needs to be updated when | 10 # We currently have several different files that needs to be updated when |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 sources: | 146 sources: |
| 147 - common_patch.dart | 147 - common_patch.dart |
| 148 - directory_patch.dart | 148 - directory_patch.dart |
| 149 - eventhandler_patch.dart | 149 - eventhandler_patch.dart |
| 150 - file_patch.dart | 150 - file_patch.dart |
| 151 - file_system_entity_patch.dart | 151 - file_system_entity_patch.dart |
| 152 - filter_patch.dart | 152 - filter_patch.dart |
| 153 - io_service_patch.dart | 153 - io_service_patch.dart |
| 154 - platform_patch.dart | 154 - platform_patch.dart |
| 155 - process_patch.dart | 155 - process_patch.dart |
| 156 - service_object_patch.dart | |
| 157 - socket_patch.dart | 156 - socket_patch.dart |
| 158 - stdio_patch.dart | 157 - stdio_patch.dart |
| 159 - secure_socket_patch.dart | 158 - secure_socket_patch.dart |
| 160 directory: ../bin | 159 directory: ../bin |
| OLD | NEW |