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

Unified Diff: lib/src/dartdevc/dartdevc_environment.dart

Issue 2899863003: Cleanup support DDC debugging tools. (Closed)
Patch Set: Created 3 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 | « lib/src/dartdevc/dartdevc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dartdevc/dartdevc_environment.dart
diff --git a/lib/src/dartdevc/dartdevc_environment.dart b/lib/src/dartdevc/dartdevc_environment.dart
index 7951fbeca92e80a023594cef55c1d92d78c05a94..db976da93d1e046325aa1ccc8ce1363ba17c2ead 100644
--- a/lib/src/dartdevc/dartdevc_environment.dart
+++ b/lib/src/dartdevc/dartdevc_environment.dart
@@ -209,6 +209,7 @@ class DartDevcEnvironment {
return new Asset.fromString(id, encoded);
}
+ /// Whether [_sdkResources] has an asset matching [id].
bool _hasJsResource(AssetId id) =>
_sdkResources.containsKey(p.url.basename(id.path));
« no previous file with comments | « lib/src/dartdevc/dartdevc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698