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

Unified Diff: runtime/observatory/observatory_sources.gypi

Issue 2279203003: Converted Observatory megamorphiccache-view element (Closed)
Patch Set: Updated observatory_sources.gypi 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 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 3afe0d302e4acb49819dce814b338683bfeae91b..9f204f3fd2fdd8191ecd9c14cec672033a3c68f2 100644
--- a/runtime/observatory/observatory_sources.gypi
+++ b/runtime/observatory/observatory_sources.gypi
@@ -117,7 +117,6 @@
'lib/src/elements/logging.html',
'lib/src/elements/megamorphiccache_ref.dart',
'lib/src/elements/megamorphiccache_view.dart',
- 'lib/src/elements/megamorphiccache_view.html',
'lib/src/elements/metrics.dart',
'lib/src/elements/metrics.html',
'lib/src/elements/nav/bar.dart',
@@ -235,6 +234,7 @@
'lib/src/models/repositories/icdata.dart',
'lib/src/models/repositories/inbound_references.dart',
'lib/src/models/repositories/instance.dart',
+ 'lib/src/models/repositories/megamorphiccache.dart',
'lib/src/models/repositories/notification.dart',
'lib/src/models/repositories/objectstore.dart',
'lib/src/models/repositories/persistent_handles.dart',
@@ -255,6 +255,7 @@
'lib/src/repositories/icdata.dart',
'lib/src/repositories/inbound_references.dart',
'lib/src/repositories/instance.dart',
+ 'lib/src/repositories/megamorphiccache.dart',
'lib/src/repositories/notification.dart',
'lib/src/repositories/objectstore.dart',
'lib/src/repositories/persistent_handles.dart',

Powered by Google App Engine
This is Rietveld 408576698