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

Unified Diff: pkg/docgen/lib/src/exports/mirrors_util.dart

Issue 242363004: pkg/docgen: moved model classes into minilibs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl nits Created 6 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
Index: pkg/docgen/lib/src/exports/mirrors_util.dart
diff --git a/runtime/vm/stub_code_arm64_test.cc b/pkg/docgen/lib/src/exports/mirrors_util.dart
similarity index 62%
copy from runtime/vm/stub_code_arm64_test.cc
copy to pkg/docgen/lib/src/exports/mirrors_util.dart
index 7c2fe8f24e2c2b105216c145ac790527ca4c0dba..2479fbe304ee551b1ef3d023356bd5d1319f96a4 100644
--- a/runtime/vm/stub_code_arm64_test.cc
+++ b/pkg/docgen/lib/src/exports/mirrors_util.dart
@@ -2,9 +2,6 @@
// 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.
-#include "vm/globals.h"
-#if defined(TARGET_ARCH_ARM64)
+library docgen.exports.mirrors_util;
-// TODO(zra): Port these tests.
-
-#endif // defined TARGET_ARCH_ARM64
+export '../../../../../sdk/lib/_internal/compiler/implementation/mirrors/mirrors_util.dart';

Powered by Google App Engine
This is Rietveld 408576698