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

Unified Diff: dart/runtime/lib/collection_dev_sources.gypi

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also use _symbol_dev.Symbol.getName in dart2js Created 7 years, 8 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 | « dart/runtime/lib/collection_dev_patch.dart ('k') | dart/runtime/lib/core_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/lib/collection_dev_sources.gypi
diff --git a/dart/runtime/lib/mirrors_sources.gypi b/dart/runtime/lib/collection_dev_sources.gypi
similarity index 55%
copy from dart/runtime/lib/mirrors_sources.gypi
copy to dart/runtime/lib/collection_dev_sources.gypi
index a0528474d0a7343b3ce5047cffc3314df8ddabca..76121f5426e529898584e2030321bca8c4e1fba8 100644
--- a/dart/runtime/lib/mirrors_sources.gypi
+++ b/dart/runtime/lib/collection_dev_sources.gypi
@@ -2,13 +2,12 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# Implementation sources.
+# Sources that patch the library "dart:_collection-dev".
{
'sources': [
- 'mirrors.cc',
- 'mirrors.h',
- 'mirrors_patch.dart',
- 'mirrors_impl.dart',
+ 'collection_dev_patch.dart',
+ # The above file needs to be first as it imports required libraries.
+ 'symbol_patch.dart',
],
}
« no previous file with comments | « dart/runtime/lib/collection_dev_patch.dart ('k') | dart/runtime/lib/core_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698