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

Side by Side Diff: tests/try/web/incremental_compilation_update_test.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « tests/try/poi/diff_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library trydart.incremental_compilation_update_test; 5 library trydart.incremental_compilation_update_test;
6 6
7 import 'dart:html' hide 7 import 'dart:html' hide
8 Element; 8 Element;
9 9
10 import 'dart:async' show 10 import 'dart:async' show
(...skipping 19 matching lines...) Expand all
30 WebCompilerTestCase, 30 WebCompilerTestCase,
31 WebInputProvider; 31 WebInputProvider;
32 32
33 import '../poi/compiler_test_case.dart' show 33 import '../poi/compiler_test_case.dart' show
34 CompilerTestCase; 34 CompilerTestCase;
35 35
36 import 'package:compiler/src/elements/elements.dart' show 36 import 'package:compiler/src/elements/elements.dart' show
37 Element, 37 Element,
38 LibraryElement; 38 LibraryElement;
39 39
40 import 'package:compiler/src/dart2jslib.dart' show 40 import 'package:compiler/src/compiler.dart' show
41 Compiler; 41 Compiler;
42 42
43 import 'package:dart2js_incremental/dart2js_incremental.dart' show 43 import 'package:dart2js_incremental/dart2js_incremental.dart' show
44 IncrementalCompilationFailed; 44 IncrementalCompilationFailed;
45 45
46 import 'program_result.dart'; 46 import 'program_result.dart';
47 47
48 const int TIMEOUT = 100; 48 const int TIMEOUT = 100;
49 49
50 const List<EncodedResult> tests = const <EncodedResult>[ 50 const List<EncodedResult> tests = const <EncodedResult>[
(...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 position: absolute; 2053 position: absolute;
2054 left: 0px; 2054 left: 0px;
2055 width: 3em; 2055 width: 3em;
2056 text-align: right; 2056 text-align: right;
2057 background-color: lightgoldenrodyellow; 2057 background-color: lightgoldenrodyellow;
2058 } 2058 }
2059 '''); 2059 ''');
2060 style.type = 'text/css'; 2060 style.type = 'text/css';
2061 return style; 2061 return style;
2062 } 2062 }
OLDNEW
« no previous file with comments | « tests/try/poi/diff_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698