提交 5e5b220f 编写于 作者: A Adam Barth

Fix two minor issues with sky/sdk

1) BUILD.gn was missing internals.dart.
2) generators.dart was importing scheduler.dart from the wrong directory.

TBR=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1189523003.
上级 773a0ddf
......@@ -84,6 +84,7 @@ dart_pkg("sdk") {
"lib/framework/theme/shadows.dart",
"lib/framework/theme/typography.dart",
"lib/framework/theme/view_configuration.dart",
"lib/internals.dart",
"lib/painting/box_painter.dart",
"lib/painting/shadows.dart",
"lib/rendering/block.dart",
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import '../app/scheduler.dart' as scheduler;
import '../../app/scheduler.dart' as scheduler;
import 'curves.dart';
import 'dart:async';
import 'dart:math' as math;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册