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

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: Allow dart:_collection-dev in dartc. Other fixes. Created 7 years, 10 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 | « runtime/vm/bootstrap.cc ('k') | sdk/lib/_collection_dev/collection_dev.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | sdk/lib/_collection_dev/collection_dev.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698