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

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

Issue 2220683002: Add missing files to sources list (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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) 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'lib/src/models/objects/instance.dart', 190 'lib/src/models/objects/instance.dart',
191 'lib/src/models/objects/isolate.dart', 191 'lib/src/models/objects/isolate.dart',
192 'lib/src/models/objects/library.dart', 192 'lib/src/models/objects/library.dart',
193 'lib/src/models/objects/notification.dart', 193 'lib/src/models/objects/notification.dart',
194 'lib/src/models/objects/object.dart', 194 'lib/src/models/objects/object.dart',
195 'lib/src/models/objects/script.dart', 195 'lib/src/models/objects/script.dart',
196 'lib/src/models/objects/source_location.dart', 196 'lib/src/models/objects/source_location.dart',
197 'lib/src/models/objects/target.dart', 197 'lib/src/models/objects/target.dart',
198 'lib/src/models/objects/timeline_event.dart', 198 'lib/src/models/objects/timeline_event.dart',
199 'lib/src/models/objects/vm.dart', 199 'lib/src/models/objects/vm.dart',
200 'lib/src/models/repositories/class.dart',
200 'lib/src/models/repositories/event.dart', 201 'lib/src/models/repositories/event.dart',
201 'lib/src/models/repositories/flag.dart', 202 'lib/src/models/repositories/flag.dart',
203 'lib/src/models/repositories/instance.dart',
202 'lib/src/models/repositories/notification.dart', 204 'lib/src/models/repositories/notification.dart',
203 'lib/src/models/repositories/script.dart', 205 'lib/src/models/repositories/script.dart',
204 'lib/src/models/repositories/target.dart', 206 'lib/src/models/repositories/target.dart',
205 'lib/src/repositories/class.dart', 207 'lib/src/repositories/class.dart',
206 'lib/src/repositories/event.dart', 208 'lib/src/repositories/event.dart',
207 'lib/src/repositories/flag.dart', 209 'lib/src/repositories/flag.dart',
208 'lib/src/repositories/instance.dart', 210 'lib/src/repositories/instance.dart',
209 'lib/src/repositories/notification.dart', 211 'lib/src/repositories/notification.dart',
210 'lib/src/repositories/script.dart', 212 'lib/src/repositories/script.dart',
211 'lib/src/repositories/settings.dart', 213 'lib/src/repositories/settings.dart',
212 'lib/src/repositories/target.dart', 214 'lib/src/repositories/target.dart',
213 'lib/src/service/object.dart', 215 'lib/src/service/object.dart',
214 'lib/tracer.dart', 216 'lib/tracer.dart',
215 'lib/utils.dart', 217 'lib/utils.dart',
216 'web/favicon.ico', 218 'web/favicon.ico',
217 'web/index.html', 219 'web/index.html',
218 'web/main.dart', 220 'web/main.dart',
219 'web/third_party/trace_viewer_full.html', 221 'web/third_party/trace_viewer_full.html',
220 'web/timeline.html', 222 'web/timeline.html',
221 'web/timeline.js', 223 'web/timeline.js',
222 'web/timeline_message_handler.js', 224 'web/timeline_message_handler.js',
223 ], 225 ],
224 } 226 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698