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

Unified Diff: runtime/lib/developer_sources.gypi

Issue 1133713006: Deprecate 'dart:profiler' and move functionality to 'dart:developer' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | runtime/lib/profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/developer_sources.gypi
diff --git a/runtime/lib/developer_sources.gypi b/runtime/lib/developer_sources.gypi
index 4bedb6797d70c34268643690e6172c15466d3a4b..4d4218c425e6d39d3e2c7d3f4dede8674b134fbe 100644
--- a/runtime/lib/developer_sources.gypi
+++ b/runtime/lib/developer_sources.gypi
@@ -8,6 +8,8 @@
'sources': [
'developer.cc',
'developer.dart',
+ 'profiler.cc',
+ 'profiler.dart',
],
}
« no previous file with comments | « no previous file | runtime/lib/profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698