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

Unified Diff: pkg/docgen/lib/src/exports/dart2js_mirrors.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
« no previous file with comments | « no previous file | pkg/docgen/lib/src/exports/libraries.dart » ('j') | pkg/docgen/lib/src/generator.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/lib/src/exports/dart2js_mirrors.dart
diff --git a/runtime/vm/stub_code_arm64_test.cc b/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
similarity index 61%
copy from runtime/vm/stub_code_arm64_test.cc
copy to pkg/docgen/lib/src/exports/dart2js_mirrors.dart
index 7c2fe8f24e2c2b105216c145ac790527ca4c0dba..894dd51878e72a80e85c60756f4022d64316ab38 100644
--- a/runtime/vm/stub_code_arm64_test.cc
+++ b/pkg/docgen/lib/src/exports/dart2js_mirrors.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.dart2js_mirrors;
-// TODO(zra): Port these tests.
-
-#endif // defined TARGET_ARCH_ARM64
+export '../../../../../sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart';
« no previous file with comments | « no previous file | pkg/docgen/lib/src/exports/libraries.dart » ('j') | pkg/docgen/lib/src/generator.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698