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

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

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/bin/service_object_patch.dart ('k') | runtime/vm/libraries.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "core": { 2 "core": {
3 "sources": [ 3 "sources": [
4 "core_patch.dart", 4 "core_patch.dart",
5 "array.cc", 5 "array.cc",
6 "array.dart", 6 "array.dart",
7 "array_patch.dart", 7 "array_patch.dart",
8 "bigint.dart", 8 "bigint.dart",
9 "bool.cc", 9 "bool.cc",
10 "bool_patch.dart", 10 "bool_patch.dart",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "sources": [ 117 "sources": [
118 "common_patch.dart", 118 "common_patch.dart",
119 "directory_patch.dart", 119 "directory_patch.dart",
120 "eventhandler_patch.dart", 120 "eventhandler_patch.dart",
121 "file_patch.dart", 121 "file_patch.dart",
122 "file_system_entity_patch.dart", 122 "file_system_entity_patch.dart",
123 "filter_patch.dart", 123 "filter_patch.dart",
124 "io_service_patch.dart", 124 "io_service_patch.dart",
125 "platform_patch.dart", 125 "platform_patch.dart",
126 "process_patch.dart", 126 "process_patch.dart",
127 "service_object_patch.dart",
128 "socket_patch.dart", 127 "socket_patch.dart",
129 "stdio_patch.dart", 128 "stdio_patch.dart",
130 "secure_socket_patch.dart" 129 "secure_socket_patch.dart"
131 ], 130 ],
132 "directory": "../bin" 131 "directory": "../bin"
133 }, 132 },
134 "_internal": { 133 "_internal": {
135 "sources": [ 134 "sources": [
136 "internal_patch.dart", 135 "internal_patch.dart",
137 "class_id.dart", 136 "class_id.dart",
(...skipping 16 matching lines...) Expand all
154 ], 153 ],
155 "directory": "../lib" 154 "directory": "../lib"
156 }, 155 },
157 "profiler": { 156 "profiler": {
158 "sources": [ 157 "sources": [
159 "empty_source.dart" 158 "empty_source.dart"
160 ], 159 ],
161 "directory": "../lib" 160 "directory": "../lib"
162 } 161 }
163 } 162 }
OLDNEW
« no previous file with comments | « runtime/bin/service_object_patch.dart ('k') | runtime/vm/libraries.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698