mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
parent
83d5024ce7
commit
9ff2d2b937
@ -214,9 +214,7 @@ FILE: ../../../flutter/fml/unique_object.h
|
||||
FILE: ../../../flutter/lib/io/dart_io.cc
|
||||
FILE: ../../../flutter/lib/io/dart_io.h
|
||||
FILE: ../../../flutter/lib/snapshot/libraries.json
|
||||
FILE: ../../../flutter/lib/snapshot/snapshot.dart
|
||||
FILE: ../../../flutter/lib/snapshot/snapshot.h
|
||||
FILE: ../../../flutter/lib/snapshot/snapshot_fuchsia.dart
|
||||
FILE: ../../../flutter/lib/ui/compositing.dart
|
||||
FILE: ../../../flutter/lib/ui/compositing/scene.cc
|
||||
FILE: ../../../flutter/lib/ui/compositing/scene.h
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
// Copyright 2013 The Flutter Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:collection';
|
||||
import 'dart:convert';
|
||||
import 'dart:core';
|
||||
import 'dart:developer';
|
||||
import 'dart:io';
|
||||
import 'dart:isolate';
|
||||
import 'dart:math';
|
||||
import 'dart:typed_data';
|
||||
import 'dart:ui';
|
||||
@ -1,17 +0,0 @@
|
||||
// Copyright 2013 The Flutter Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:collection';
|
||||
import 'dart:convert';
|
||||
import 'dart:core';
|
||||
import 'dart:developer';
|
||||
import 'dart:fuchsia';
|
||||
import 'dart:io';
|
||||
import 'dart:isolate';
|
||||
import 'dart:math';
|
||||
import 'dart:mozart.internal';
|
||||
import 'dart:typed_data';
|
||||
import 'dart:ui';
|
||||
import 'dart:zircon';
|
||||
@ -73,11 +73,3 @@ int _isolateId;
|
||||
Function _getPrintClosure() => _print;
|
||||
@pragma('vm:entry-point')
|
||||
Function _getScheduleMicrotaskClosure() => _scheduleMicrotask;
|
||||
|
||||
// Though the "main" symbol is not included in any of the libraries imported
|
||||
// above, the builtin library will be included manually during VM setup. This
|
||||
// symbol is only necessary for precompilation. It is marked as a stanalone
|
||||
// entry point into the VM. This prevents the precompiler from tree shaking
|
||||
// away "main".
|
||||
@pragma('vm:entry-point')
|
||||
Function _getMainClosure() => main;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user