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

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

Issue 2286503002: Converted Observatory error-view element (Closed)
Patch Set: Created 4 years, 3 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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/allocation_profile.dart', 8 'lib/allocation_profile.dart',
9 'lib/app.dart', 9 'lib/app.dart',
10 'lib/cli.dart', 10 'lib/cli.dart',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'lib/src/elements/cpu_profile/virtual_tree.dart', 56 'lib/src/elements/cpu_profile/virtual_tree.dart',
57 'lib/src/elements/cpu_profile_table.dart', 57 'lib/src/elements/cpu_profile_table.dart',
58 'lib/src/elements/css/shared.css', 58 'lib/src/elements/css/shared.css',
59 'lib/src/elements/curly_block.dart', 59 'lib/src/elements/curly_block.dart',
60 'lib/src/elements/curly_block_wrapper.dart', 60 'lib/src/elements/curly_block_wrapper.dart',
61 'lib/src/elements/debugger.dart', 61 'lib/src/elements/debugger.dart',
62 'lib/src/elements/debugger.html', 62 'lib/src/elements/debugger.html',
63 'lib/src/elements/error_ref.dart', 63 'lib/src/elements/error_ref.dart',
64 'lib/src/elements/error_ref_wrapper.dart', 64 'lib/src/elements/error_ref_wrapper.dart',
65 'lib/src/elements/error_view.dart', 65 'lib/src/elements/error_view.dart',
66 'lib/src/elements/error_view.html',
67 'lib/src/elements/eval_box.dart', 66 'lib/src/elements/eval_box.dart',
68 'lib/src/elements/eval_box.html', 67 'lib/src/elements/eval_box.html',
69 'lib/src/elements/eval_link.dart', 68 'lib/src/elements/eval_link.dart',
70 'lib/src/elements/eval_link.html', 69 'lib/src/elements/eval_link.html',
71 'lib/src/elements/field_ref.dart', 70 'lib/src/elements/field_ref.dart',
72 'lib/src/elements/field_ref_wrapper.dart', 71 'lib/src/elements/field_ref_wrapper.dart',
73 'lib/src/elements/field_view.dart', 72 'lib/src/elements/field_view.dart',
74 'lib/src/elements/field_view.html', 73 'lib/src/elements/field_view.html',
75 'lib/src/elements/flag_list.dart', 74 'lib/src/elements/flag_list.dart',
76 'lib/src/elements/function_ref.dart', 75 'lib/src/elements/function_ref.dart',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'lib/utils.dart', 264 'lib/utils.dart',
266 'web/favicon.ico', 265 'web/favicon.ico',
267 'web/index.html', 266 'web/index.html',
268 'web/main.dart', 267 'web/main.dart',
269 'web/third_party/trace_viewer_full.html', 268 'web/third_party/trace_viewer_full.html',
270 'web/timeline.html', 269 'web/timeline.html',
271 'web/timeline.js', 270 'web/timeline.js',
272 'web/timeline_message_handler.js', 271 'web/timeline_message_handler.js',
273 ] 272 ]
274 } 273 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698