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

Side by Side Diff: frog/leg/scanner/source_list.dart

Issue 9314025: Remove fling, deftserver (used only by fling), and commons-codec (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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 | « dart.gyp ('k') | samples/total/client/Server.dart » ('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 '../client/base/AnimationScheduler.dart', 6 '../client/base/AnimationScheduler.dart',
7 '../client/base/Device.dart', 7 '../client/base/Device.dart',
8 '../client/base/DomWrapper.dart', 8 '../client/base/DomWrapper.dart',
9 '../client/base/Env.dart', 9 '../client/base/Env.dart',
10 '../client/base/base.dart', 10 '../client/base/base.dart',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 '../client/dom/src/DOMWrapperBase.dart', 664 '../client/dom/src/DOMWrapperBase.dart',
665 '../client/dom/src/EventListener.dart', 665 '../client/dom/src/EventListener.dart',
666 '../client/dom/src/GlobalProperties.dart', 666 '../client/dom/src/GlobalProperties.dart',
667 '../client/dom/src/RequestAnimationFrameCallback.dart', 667 '../client/dom/src/RequestAnimationFrameCallback.dart',
668 '../client/dom/src/TimeoutHandler.dart', 668 '../client/dom/src/TimeoutHandler.dart',
669 '../client/dom/src/_Collections.dart', 669 '../client/dom/src/_Collections.dart',
670 '../client/dom/src/_FactoryProviders.dart', 670 '../client/dom/src/_FactoryProviders.dart',
671 '../client/dom/src/_ListIterators.dart', 671 '../client/dom/src/_ListIterators.dart',
672 '../client/dom/src/_Lists.dart', 672 '../client/dom/src/_Lists.dart',
673 '../client/dom/wrapping_dom.dart', 673 '../client/dom/wrapping_dom.dart',
674 '../client/fling/dist/runtime/apps/adminz/adminz.dart',
675 '../client/fling/fling.dart',
676 '../client/fling/samples/lil_server.dart',
677 '../client/fling/samples/static/lil_client.dart',
678 '../client/fling/samples/two_servers.dart',
679 '../client/fling/src/dart/fling.dart',
680 '../client/html/benchmarks/common/BenchUtil.dart', 674 '../client/html/benchmarks/common/BenchUtil.dart',
681 '../client/html/benchmarks/common/Interval.dart', 675 '../client/html/benchmarks/common/Interval.dart',
682 '../client/html/benchmarks/common/JSON.dart', 676 '../client/html/benchmarks/common/JSON.dart',
683 '../client/html/benchmarks/common/Math2.dart', 677 '../client/html/benchmarks/common/Math2.dart',
684 '../client/html/benchmarks/dromaeo/Dromaeo.dart', 678 '../client/html/benchmarks/dromaeo/Dromaeo.dart',
685 '../client/html/benchmarks/dromaeo/Suites.dart', 679 '../client/html/benchmarks/dromaeo/Suites.dart',
686 '../client/html/benchmarks/dromaeo/tests/Common.dart', 680 '../client/html/benchmarks/dromaeo/tests/Common.dart',
687 '../client/html/benchmarks/dromaeo/tests/DomAttr.dart', 681 '../client/html/benchmarks/dromaeo/tests/DomAttr.dart',
688 '../client/html/benchmarks/dromaeo/tests/DomModify.dart', 682 '../client/html/benchmarks/dromaeo/tests/DomModify.dart',
689 '../client/html/benchmarks/dromaeo/tests/DomQuery.dart', 683 '../client/html/benchmarks/dromaeo/tests/DomQuery.dart',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 './tokenizer.dart', 1457 './tokenizer.dart',
1464 './tokenizer.g.dart', 1458 './tokenizer.g.dart',
1465 './tree.dart', 1459 './tree.dart',
1466 './tree.g.dart', 1460 './tree.g.dart',
1467 './type.dart', 1461 './type.dart',
1468 './utils.dart', 1462 './utils.dart',
1469 './value.dart', 1463 './value.dart',
1470 './var_member.dart', 1464 './var_member.dart',
1471 './world.dart', 1465 './world.dart',
1472 'leg/scanner/file_with_non_ascii.dart' ]; 1466 'leg/scanner/file_with_non_ascii.dart' ];
OLDNEW
« no previous file with comments | « dart.gyp ('k') | samples/total/client/Server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698