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

Unified Diff: runtime/observatory/observatory_sources.gypi

Issue 2962593002: Added Editor stream and sendObjectToEditor RPC into Service Protocol (Closed)
Patch Set: Added explanation comment Created 3 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 side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/observatory_sources.gypi
diff --git a/runtime/observatory/observatory_sources.gypi b/runtime/observatory/observatory_sources.gypi
index 458e147e86f9b352142e0dd40c9a9a01e0bc080d..cdc72cb7bdb634efb25c090f24abc0ab2bfe0b84 100644
--- a/runtime/observatory/observatory_sources.gypi
+++ b/runtime/observatory/observatory_sources.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
@@ -92,6 +92,7 @@
'lib/src/elements/logging_list.dart',
'lib/src/elements/megamorphiccache_ref.dart',
'lib/src/elements/megamorphiccache_view.dart',
+ 'lib/src/elements/memory_dashboard.dart',
'lib/src/elements/metric/details.dart',
'lib/src/elements/metric/graph.dart',
'lib/src/elements/metrics.dart',
@@ -194,6 +195,7 @@
'lib/src/models/repositories/breakpoint.dart',
'lib/src/models/repositories/class.dart',
'lib/src/models/repositories/context.dart',
+ 'lib/src/models/repositories/editor.dart',
'lib/src/models/repositories/eval.dart',
'lib/src/models/repositories/event.dart',
'lib/src/models/repositories/field.dart',
@@ -229,6 +231,7 @@
'lib/src/repositories/breakpoint.dart',
'lib/src/repositories/class.dart',
'lib/src/repositories/context.dart',
+ 'lib/src/repositories/editor.dart',
'lib/src/repositories/eval.dart',
'lib/src/repositories/event.dart',
'lib/src/repositories/field.dart',
« no previous file with comments | « runtime/observatory/lib/src/service/object.dart ('k') | runtime/observatory/tests/service/send_object_to_editor_rpc_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698