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

Unified Diff: pkg/compiler/lib/src/frontend_strategy.dart

Issue 2836993003: Handle instantiation of native classes in closed_world2_test (Closed)
Patch Set: Fixes Created 3 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/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/frontend_strategy.dart
diff --git a/pkg/compiler/lib/src/frontend_strategy.dart b/pkg/compiler/lib/src/frontend_strategy.dart
index 28870a02de44193ebe67f2dad1ad26103033e5f0..d0f4d4b7aba20a05a7193b17bac8b90b85728f5e 100644
--- a/pkg/compiler/lib/src/frontend_strategy.dart
+++ b/pkg/compiler/lib/src/frontend_strategy.dart
@@ -11,6 +11,7 @@ import 'elements/entities.dart';
import 'environment.dart';
import 'js_backend/native_data.dart';
import 'library_loader.dart';
+import 'native/resolver.dart';
import 'serialization/task.dart';
import 'patch_parser.dart';
import 'resolved_uri_translator.dart';
@@ -36,6 +37,9 @@ abstract class FrontEndStrategy {
/// Returns the [AnnotationProcessor] for this strategy.
AnnotationProcessor get annotationProcesser;
+
+ /// Creates the [NativeClassFinder] for this strategy.
+ NativeClassFinder createNativeClassResolver(NativeBasicData nativeBasicData);
}
/// Class that performs the mechanics to investigate annotations in the code.
« no previous file with comments | « no previous file | pkg/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698