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

Unified Diff: pkg/compiler/lib/src/mirrors/analyze.dart

Issue 745533002: Support native extensions for analysis and docgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/compiler/lib/src/mirrors/analyze.dart
diff --git a/pkg/compiler/lib/src/mirrors/analyze.dart b/pkg/compiler/lib/src/mirrors/analyze.dart
index 4ba7616e4eecf2ae293347c96dbcd9799aa637bf..44bd859ed2349ac8e868850441c0262016919dc8 100644
--- a/pkg/compiler/lib/src/mirrors/analyze.dart
+++ b/pkg/compiler/lib/src/mirrors/analyze.dart
@@ -39,6 +39,7 @@ Future<MirrorSystem> analyze(List<Uri> libraries,
options.add('--analyze-all');
options.add('--categories=Client,Server');
options.add('--enable-async');
+ options.add('--allow-native-extensions');
bool compilationFailed = false;
void internalDiagnosticHandler(Uri uri, int begin, int end,

Powered by Google App Engine
This is Rietveld 408576698