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

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

Issue 2002253005: Speculatively revert "Make the object store visible in Observatory." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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/service/object.dart ('k') | runtime/vm/isolate.cc » ('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/cli.dart', 9 'lib/cli.dart',
10 'lib/cpu_profile.dart', 10 'lib/cpu_profile.dart',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'lib/src/elements/isolate_summary.dart', 98 'lib/src/elements/isolate_summary.dart',
99 'lib/src/elements/isolate_summary.html', 99 'lib/src/elements/isolate_summary.html',
100 'lib/src/elements/isolate_view.dart', 100 'lib/src/elements/isolate_view.dart',
101 'lib/src/elements/isolate_view.html', 101 'lib/src/elements/isolate_view.html',
102 'lib/src/elements/json_view.dart', 102 'lib/src/elements/json_view.dart',
103 'lib/src/elements/json_view.html', 103 'lib/src/elements/json_view.html',
104 'lib/src/elements/library_ref.dart', 104 'lib/src/elements/library_ref.dart',
105 'lib/src/elements/library_ref.html', 105 'lib/src/elements/library_ref.html',
106 'lib/src/elements/library_view.dart', 106 'lib/src/elements/library_view.dart',
107 'lib/src/elements/library_view.html', 107 'lib/src/elements/library_view.html',
108 'lib/src/elements/objectstore_ref.dart',
109 'lib/src/elements/objectstore_ref.html',
110 'lib/src/elements/objectstore_view.dart',
111 'lib/src/elements/objectstore_view.html',
112 'lib/src/elements/logging.dart', 108 'lib/src/elements/logging.dart',
113 'lib/src/elements/logging.html', 109 'lib/src/elements/logging.html',
114 'lib/src/elements/megamorphiccache_view.dart', 110 'lib/src/elements/megamorphiccache_view.dart',
115 'lib/src/elements/megamorphiccache_view.html', 111 'lib/src/elements/megamorphiccache_view.html',
116 'lib/src/elements/metrics.dart', 112 'lib/src/elements/metrics.dart',
117 'lib/src/elements/metrics.html', 113 'lib/src/elements/metrics.html',
118 'lib/src/elements/nav_bar.dart', 114 'lib/src/elements/nav_bar.dart',
119 'lib/src/elements/nav_bar.html', 115 'lib/src/elements/nav_bar.html',
120 'lib/src/elements/object_common.dart', 116 'lib/src/elements/object_common.dart',
121 'lib/src/elements/object_common.html', 117 'lib/src/elements/object_common.html',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'lib/utils.dart', 154 'lib/utils.dart',
159 'web/favicon.ico', 155 'web/favicon.ico',
160 'web/index.html', 156 'web/index.html',
161 'web/main.dart', 157 'web/main.dart',
162 'web/third_party/trace_viewer_full.html', 158 'web/third_party/trace_viewer_full.html',
163 'web/timeline.html', 159 'web/timeline.html',
164 'web/timeline.js', 160 'web/timeline.js',
165 'web/timeline_message_handler.js', 161 'web/timeline_message_handler.js',
166 ], 162 ],
167 } 163 }
OLDNEW
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698