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

Unified Diff: runtime/observatory/observatory_sources.gypi

Issue 2194383002: Converted Observatory code-ref function-ref element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Added qualified flag Created 4 years, 5 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 43099f101ed677d00b8c6b5c43de80844a553dbf..a019823efa383e7d3da3e1926f666076afd823e7 100644
--- a/runtime/observatory/observatory_sources.gypi
+++ b/runtime/observatory/observatory_sources.gypi
@@ -39,7 +39,7 @@
'lib/src/elements/class_view.dart',
'lib/src/elements/class_view.html',
'lib/src/elements/code_ref.dart',
- 'lib/src/elements/code_ref.html',
+ 'lib/src/elements/code_ref_wrapper.dart',
'lib/src/elements/code_view.dart',
'lib/src/elements/code_view.html',
'lib/src/elements/context_ref.dart',
@@ -68,7 +68,7 @@
'lib/src/elements/flag_list.dart',
'lib/src/elements/flag_list.html',
'lib/src/elements/function_ref.dart',
- 'lib/src/elements/function_ref.html',
+ 'lib/src/elements/function_ref_wrapper.dart',
'lib/src/elements/function_view.dart',
'lib/src/elements/function_view.html',
'lib/src/elements/general_error.dart',
@@ -173,9 +173,11 @@
'lib/src/elements/vm_view.dart',
'lib/src/elements/vm_view.html',
'lib/src/mocks/exceptions/connection_exception.dart',
+ 'lib/src/mocks/objects/class.dart',
+ 'lib/src/mocks/objects/code.dart',
'lib/src/mocks/objects/error.dart',
'lib/src/mocks/objects/event.dart',
- 'lib/src/mocks/objects/class.dart',
+ 'lib/src/mocks/objects/function.dart',
'lib/src/mocks/objects/isolate.dart',
'lib/src/mocks/objects/library.dart',
'lib/src/mocks/objects/notification.dart',
@@ -189,10 +191,12 @@
'lib/src/models/exceptions.dart',
'lib/src/models/objects/breakpoint.dart',
'lib/src/models/objects/class.dart',
+ 'lib/src/models/objects/code.dart',
'lib/src/models/objects/error.dart',
'lib/src/models/objects/event.dart',
'lib/src/models/objects/extension_data.dart',
'lib/src/models/objects/frame.dart',
+ 'lib/src/models/objects/function.dart',
'lib/src/models/objects/instance.dart',
'lib/src/models/objects/isolate.dart',
'lib/src/models/objects/library.dart',

Powered by Google App Engine
This is Rietveld 408576698