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

Side by Side Diff: lib/compiler/implementation/scanner/source_list.dart

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « lib/compiler/implementation/library_map.dart ('k') | lib/config/import_dart2js.config » ('j') | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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 final List<String> argv = const <String>[ 5 final List<String> argv = const <String>[
6 '../lib/dom/common/implementation.dart', 6 '../lib/dom/common/implementation.dart',
7 '../lib/dom/common/public.dart', 7 '../lib/dom/common/public.dart',
8 '../lib/dom/dom.dart', 8 '../lib/dom/dom.dart',
9 '../lib/dom/scripts/idlparser.dart', 9 '../lib/dom/scripts/idlparser.dart',
10 '../lib/dom/scripts/idlparser_test.dart', 10 '../lib/dom/scripts/idlparser_test.dart',
(...skipping 11 matching lines...) Expand all
22 '../lib/dom/src/frog_DOMType.dart', 22 '../lib/dom/src/frog_DOMType.dart',
23 '../lib/dom/src/native_DOMPublic.dart', 23 '../lib/dom/src/native_DOMPublic.dart',
24 '../lib/dom/src/native_FactoryProviders.dart', 24 '../lib/dom/src/native_FactoryProviders.dart',
25 '../lib/dom/src/native_GlobalProperties.dart', 25 '../lib/dom/src/native_GlobalProperties.dart',
26 '../lib/html/benchmarks/common/BenchUtil.dart', 26 '../lib/html/benchmarks/common/BenchUtil.dart',
27 '../lib/html/benchmarks/common/Interval.dart', 27 '../lib/html/benchmarks/common/Interval.dart',
28 '../lib/html/benchmarks/common/JSON.dart', 28 '../lib/html/benchmarks/common/JSON.dart',
29 '../lib/html/benchmarks/common/Math2.dart', 29 '../lib/html/benchmarks/common/Math2.dart',
30 '../lib/html/benchmarks/dromaeo/Dromaeo.dart', 30 '../lib/html/benchmarks/dromaeo/Dromaeo.dart',
31 '../lib/html/benchmarks/dromaeo/Suites.dart', 31 '../lib/html/benchmarks/dromaeo/Suites.dart',
32 '../lib/html/frog/html_frog.dart', 32 '../lib/html/dart2js/html_dart2js.dart',
33 '../lib/html/dartium/html_dartium.dart', 33 '../lib/html/dartium/html_dartium.dart',
34 '../client/testing/dartest/css.dart', 34 '../client/testing/dartest/css.dart',
35 '../client/testing/dartest/dartest.dart', 35 '../client/testing/dartest/dartest.dart',
36 '../client/testing/unittest/shared.dart', 36 '../client/testing/unittest/shared.dart',
37 '../client/testing/unittest/unittest_dom.dart', 37 '../client/testing/unittest/unittest_dom.dart',
38 '../client/testing/unittest/unittest_dartest.dart', 38 '../client/testing/unittest/unittest_dartest.dart',
39 '../client/testing/unittest/unittest_node.dart', 39 '../client/testing/unittest/unittest_node.dart',
40 '../client/testing/unittest/unittest_vm.dart', 40 '../client/testing/unittest/unittest_vm.dart',
41 '../corelib/src/bool.dart', 41 '../corelib/src/bool.dart',
42 '../corelib/src/collection.dart', 42 '../corelib/src/collection.dart',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 './samples/ifrog.dart', 376 './samples/ifrog.dart',
377 './server/frog_server.dart', 377 './server/frog_server.dart',
378 './server/toss.dart', 378 './server/toss.dart',
379 './source.dart', 379 './source.dart',
380 './token.dart', 380 './token.dart',
381 './tokenizer.dart', 381 './tokenizer.dart',
382 './tokenizer.g.dart', 382 './tokenizer.g.dart',
383 './tree.dart', 383 './tree.dart',
384 './tree.g.dart', 384 './tree.g.dart',
385 './utils.dart']; 385 './utils.dart'];
OLDNEW
« no previous file with comments | « lib/compiler/implementation/library_map.dart ('k') | lib/config/import_dart2js.config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698