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

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

Issue 2218173003: Remove duplicate entry from source 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',
11 'lib/debugger.dart', 11 'lib/debugger.dart',
12 'lib/elements.dart', 12 'lib/elements.dart',
13 'lib/elements.html', 13 'lib/elements.html',
14 'lib/models.dart', 14 'lib/models.dart',
15 'lib/object_graph.dart', 15 'lib/object_graph.dart',
16 'lib/repositories.dart', 16 'lib/repositories.dart',
17 'lib/service.dart', 17 'lib/service.dart',
18 'lib/service_common.dart', 18 'lib/service_common.dart',
19 'lib/service_html.dart', 19 'lib/service_html.dart',
20 'lib/service_io.dart', 20 'lib/service_io.dart',
21 'lib/src/app/analytics.dart', 21 'lib/src/app/analytics.dart',
22 'lib/src/app/application.dart', 22 'lib/src/app/application.dart',
23 'lib/src/app/event.dart', 23 'lib/src/app/event.dart',
24 'lib/src/app/location_manager.dart', 24 'lib/src/app/location_manager.dart',
25 'lib/src/app/notification.dart', 25 'lib/src/app/notification.dart',
26 'lib/src/app/event.dart',
27 'lib/src/app/page.dart', 26 'lib/src/app/page.dart',
28 'lib/src/app/settings.dart', 27 'lib/src/app/settings.dart',
29 'lib/src/app/view_model.dart', 28 'lib/src/app/view_model.dart',
30 'lib/src/cli/command.dart', 29 'lib/src/cli/command.dart',
31 'lib/src/cpu_profile/cpu_profile.dart', 30 'lib/src/cpu_profile/cpu_profile.dart',
32 'lib/src/debugger/debugger.dart', 31 'lib/src/debugger/debugger.dart',
33 'lib/src/debugger/debugger_location.dart', 32 'lib/src/debugger/debugger_location.dart',
34 'lib/src/elements/action_link.dart', 33 'lib/src/elements/action_link.dart',
35 'lib/src/elements/action_link.html', 34 'lib/src/elements/action_link.html',
36 'lib/src/elements/class_ref.dart', 35 'lib/src/elements/class_ref.dart',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'lib/utils.dart', 215 'lib/utils.dart',
217 'web/favicon.ico', 216 'web/favicon.ico',
218 'web/index.html', 217 'web/index.html',
219 'web/main.dart', 218 'web/main.dart',
220 'web/third_party/trace_viewer_full.html', 219 'web/third_party/trace_viewer_full.html',
221 'web/timeline.html', 220 'web/timeline.html',
222 'web/timeline.js', 221 'web/timeline.js',
223 'web/timeline_message_handler.js', 222 'web/timeline_message_handler.js',
224 ], 223 ],
225 } 224 }
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