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

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

Issue 1310153002: Switch from Google charts to Charted (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/observatory/lib/src/elements/metrics.html ('k') | runtime/observatory/pubspec.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 # 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/base64.dart', 9 'lib/base64.dart',
10 'lib/cli.dart', 10 'lib/cli.dart',
11 'lib/cpu_profile.dart', 11 'lib/cpu_profile.dart',
12 'lib/debugger.dart', 12 'lib/debugger.dart',
13 'lib/elements.dart', 13 'lib/elements.dart',
14 'lib/elements.html', 14 'lib/elements.html',
15 'lib/object_graph.dart', 15 'lib/object_graph.dart',
16 'lib/service.dart', 16 'lib/service.dart',
17 'lib/service_common.dart', 17 'lib/service_common.dart',
18 'lib/service_io.dart', 18 'lib/service_io.dart',
19 'lib/service_html.dart', 19 'lib/service_html.dart',
20 'lib/src/app/analytics.dart', 20 'lib/src/app/analytics.dart',
21 'lib/src/app/application.dart', 21 'lib/src/app/application.dart',
22 'lib/src/app/chart.dart',
23 'lib/src/app/location_manager.dart', 22 'lib/src/app/location_manager.dart',
24 'lib/src/app/page.dart', 23 'lib/src/app/page.dart',
25 'lib/src/app/settings.dart', 24 'lib/src/app/settings.dart',
26 'lib/src/app/target_manager.dart', 25 'lib/src/app/target_manager.dart',
27 'lib/src/app/view_model.dart', 26 'lib/src/app/view_model.dart',
28 'lib/src/cli/command.dart', 27 'lib/src/cli/command.dart',
29 'lib/src/cpu_profile/cpu_profile.dart', 28 'lib/src/cpu_profile/cpu_profile.dart',
30 'lib/src/debugger/debugger.dart', 29 'lib/src/debugger/debugger.dart',
31 'lib/src/debugger/debugger_location.dart', 30 'lib/src/debugger/debugger_location.dart',
32 'lib/src/elements/action_link.dart', 31 'lib/src/elements/action_link.dart',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'lib/src/elements/img/dart_icon.png', 145 'lib/src/elements/img/dart_icon.png',
147 'lib/src/elements/img/isolate_icon.png', 146 'lib/src/elements/img/isolate_icon.png',
148 'lib/src/service/object.dart', 147 'lib/src/service/object.dart',
149 'lib/tracer.dart', 148 'lib/tracer.dart',
150 'lib/utils.dart', 149 'lib/utils.dart',
151 'web/index.html', 150 'web/index.html',
152 'web/main.dart', 151 'web/main.dart',
153 'web/favicon.ico', 152 'web/favicon.ico',
154 ], 153 ],
155 } 154 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/elements/metrics.html ('k') | runtime/observatory/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698