Index: runtime/lib/mirrors_sources.gypi |
diff --git a/runtime/lib/mirrors_sources.gypi b/runtime/lib/mirrors_sources.gypi |
index 295ab856b3966848ddcf6db4d563a6d7344a9f8b..46da0828d8a652e19e62e4bab6be3532c78f64af 100644 |
--- a/runtime/lib/mirrors_sources.gypi |
+++ b/runtime/lib/mirrors_sources.gypi |
@@ -8,6 +8,8 @@ |
'sources': [ |
'mirrors.cc', |
'mirrors.h', |
+ # mirrors_patch.dart needs to be the first dart file because it contains |
+ # imports. |
'mirrors_patch.dart', |
'mirrors_impl.dart', |
'mirror_reference.dart', |