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

Unified Diff: runtime/vm/vm.gypi

Issue 11938036: Hide collection-dev library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Disallow importing dart:_collection_dev in dart2js. Created 7 years, 11 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/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index 6c887e75f43ddad74934ebac0a1e4a583f2fbe44..9ed725d2172a11940191948d2b46b0b80ae7aa6c 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -363,7 +363,7 @@
},
'includes': [
# Load the shared collection_dev library sources.
- '../../sdk/lib/collection_dev/collection_dev_sources.gypi',
+ '../../sdk/lib/_collection_dev/collection_dev_sources.gypi',
],
'sources/': [
# Exclude all .[cc|h] files.

Powered by Google App Engine
This is Rietveld 408576698