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

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

Issue 2210103002: Fixed typos in observatory_sources and folder name (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 | runtime/observatory/tests/observatory_ui/flag-list/element_test.dart » ('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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'lib/src/mocks/objects/flag.dart', 186 'lib/src/mocks/objects/flag.dart',
187 'lib/src/mocks/objects/function.dart', 187 'lib/src/mocks/objects/function.dart',
188 'lib/src/mocks/objects/isolate.dart', 188 'lib/src/mocks/objects/isolate.dart',
189 'lib/src/mocks/objects/library.dart', 189 'lib/src/mocks/objects/library.dart',
190 'lib/src/mocks/objects/notification.dart', 190 'lib/src/mocks/objects/notification.dart',
191 'lib/src/mocks/objects/script.dart', 191 'lib/src/mocks/objects/script.dart',
192 'lib/src/mocks/objects/source_location.dart', 192 'lib/src/mocks/objects/source_location.dart',
193 'lib/src/mocks/objects/target.dart', 193 'lib/src/mocks/objects/target.dart',
194 'lib/src/mocks/objects/vm.dart', 194 'lib/src/mocks/objects/vm.dart',
195 'lib/src/mocks/repositories/crash_dump.dart', 195 'lib/src/mocks/repositories/crash_dump.dart',
196 'lib/src/mocks/repositories/flags.dart', 196 'lib/src/mocks/repositories/flag.dart',
197 'lib/src/mocks/repositories/script.dart', 197 'lib/src/mocks/repositories/script.dart',
198 'lib/src/mocks/repositories/notification.dart', 198 'lib/src/mocks/repositories/notification.dart',
199 'lib/src/mocks/repositories/target.dart', 199 'lib/src/mocks/repositories/target.dart',
200 'lib/src/models/exceptions.dart', 200 'lib/src/models/exceptions.dart',
201 'lib/src/models/objects/breakpoint.dart', 201 'lib/src/models/objects/breakpoint.dart',
202 'lib/src/models/objects/class.dart', 202 'lib/src/models/objects/class.dart',
203 'lib/src/models/objects/code.dart', 203 'lib/src/models/objects/code.dart',
204 'lib/src/models/objects/error.dart', 204 'lib/src/models/objects/error.dart',
205 'lib/src/models/objects/event.dart', 205 'lib/src/models/objects/event.dart',
206 'lib/src/models/objects/extension_data.dart', 206 'lib/src/models/objects/extension_data.dart',
(...skipping 26 matching lines...) Expand all
233 'lib/utils.dart', 233 'lib/utils.dart',
234 'web/favicon.ico', 234 'web/favicon.ico',
235 'web/index.html', 235 'web/index.html',
236 'web/main.dart', 236 'web/main.dart',
237 'web/third_party/trace_viewer_full.html', 237 'web/third_party/trace_viewer_full.html',
238 'web/timeline.html', 238 'web/timeline.html',
239 'web/timeline.js', 239 'web/timeline.js',
240 'web/timeline_message_handler.js', 240 'web/timeline_message_handler.js',
241 ], 241 ],
242 } 242 }
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/tests/observatory_ui/flag-list/element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698