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

Side by Side Diff: runtime/vm/libraries.yaml

Issue 2715253002: VM: remove service_object_patch.dart and all associated code. (Closed)
Patch Set: Created 3 years, 9 months 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 unified diff | Download patch
« no previous file with comments | « runtime/vm/libraries.json ('k') | tests/standalone/io/observatory_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « runtime/vm/libraries.json ('k') | tests/standalone/io/observatory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698