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

Side by Side Diff: runtime/observatory/observatory_sources.gypi

Issue 2180553002: Converted Observatory source-link & script-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Removed references from other elements Created 4 years, 4 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
OLDNEW
1 # Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2015, 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 dart, css, and html sources for Observatory. 5 # This file contains all dart, css, and html sources for Observatory.
6 { 6 {
7 'sources': [ 7 'sources': [
8 'lib/app.dart', 8 'lib/app.dart',
9 'lib/cli.dart', 9 'lib/cli.dart',
10 'lib/cpu_profile.dart', 10 'lib/cpu_profile.dart',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'lib/src/elements/vm_view.dart', 181 'lib/src/elements/vm_view.dart',
182 'lib/src/elements/vm_view.html', 182 'lib/src/elements/vm_view.html',
183 'lib/src/mocks/exceptions/connection_exception.dart', 183 'lib/src/mocks/exceptions/connection_exception.dart',
184 'lib/src/mocks/objects/error.dart', 184 'lib/src/mocks/objects/error.dart',
185 'lib/src/mocks/objects/event.dart', 185 'lib/src/mocks/objects/event.dart',
186 'lib/src/mocks/objects/class.dart', 186 'lib/src/mocks/objects/class.dart',
187 'lib/src/mocks/objects/isolate.dart', 187 'lib/src/mocks/objects/isolate.dart',
188 'lib/src/mocks/objects/notification.dart', 188 'lib/src/mocks/objects/notification.dart',
189 'lib/src/mocks/objects/script.dart', 189 'lib/src/mocks/objects/script.dart',
190 'lib/src/mocks/objects/source_location.dart', 190 'lib/src/mocks/objects/source_location.dart',
191 'lib/src/mocks/objects/target.dart',
191 'lib/src/mocks/objects/vm.dart', 192 'lib/src/mocks/objects/vm.dart',
193 'lib/src/mocks/repositories/script.dart',
192 'lib/src/mocks/repositories/notification.dart', 194 'lib/src/mocks/repositories/notification.dart',
193 'lib/src/models/exceptions.dart', 195 'lib/src/models/exceptions.dart',
194 'lib/src/models/objects/breakpoint.dart', 196 'lib/src/models/objects/breakpoint.dart',
195 'lib/src/models/objects/class.dart', 197 'lib/src/models/objects/class.dart',
196 'lib/src/models/objects/error.dart', 198 'lib/src/models/objects/error.dart',
197 'lib/src/models/objects/event.dart', 199 'lib/src/models/objects/event.dart',
198 'lib/src/models/objects/extension_data.dart', 200 'lib/src/models/objects/extension_data.dart',
199 'lib/src/models/objects/frame.dart', 201 'lib/src/models/objects/frame.dart',
200 'lib/src/models/objects/instance.dart', 202 'lib/src/models/objects/instance.dart',
201 'lib/src/models/objects/isolate.dart', 203 'lib/src/models/objects/isolate.dart',
202 'lib/src/models/objects/library.dart', 204 'lib/src/models/objects/library.dart',
203 'lib/src/models/objects/notification.dart', 205 'lib/src/models/objects/notification.dart',
204 'lib/src/models/objects/object.dart', 206 'lib/src/models/objects/object.dart',
205 'lib/src/models/objects/script.dart', 207 'lib/src/models/objects/script.dart',
206 'lib/src/models/objects/source_location.dart', 208 'lib/src/models/objects/source_location.dart',
207 'lib/src/models/objects/target.dart', 209 'lib/src/models/objects/target.dart',
208 'lib/src/models/objects/timeline_event.dart', 210 'lib/src/models/objects/timeline_event.dart',
209 'lib/src/models/objects/vm.dart', 211 'lib/src/models/objects/vm.dart',
210 'lib/src/models/repositories/notification.dart', 212 'lib/src/models/repositories/notification.dart',
213 'lib/src/models/repositories/script.dart',
214 'lib/src/models/repository.dart',
211 'lib/src/repositories/notification.dart', 215 'lib/src/repositories/notification.dart',
216 'lib/src/repositories/script.dart',
212 'lib/src/service/object.dart', 217 'lib/src/service/object.dart',
213 'lib/tracer.dart', 218 'lib/tracer.dart',
214 'lib/utils.dart', 219 'lib/utils.dart',
215 'web/favicon.ico', 220 'web/favicon.ico',
216 'web/index.html', 221 'web/index.html',
217 'web/main.dart', 222 'web/main.dart',
218 'web/third_party/trace_viewer_full.html', 223 'web/third_party/trace_viewer_full.html',
219 'web/timeline.html', 224 'web/timeline.html',
220 'web/timeline.js', 225 'web/timeline.js',
221 'web/timeline_message_handler.js', 226 'web/timeline_message_handler.js',
222 ], 227 ],
223 } 228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698