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

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

Issue 10154010: test rename overhaul: step 3 _tests.dart => _test.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '../samples/isolate/HelloIsolate.dart', 147 '../samples/isolate/HelloIsolate.dart',
148 '../samples/isolate_html/IsolateSample.dart', 148 '../samples/isolate_html/IsolateSample.dart',
149 '../samples/isolate_html/isolate_sample.dart', 149 '../samples/isolate_html/isolate_sample.dart',
150 '../samples/logo/logo.dart', 150 '../samples/logo/logo.dart',
151 '../samples/markdown/ast.dart', 151 '../samples/markdown/ast.dart',
152 '../samples/markdown/block_parser.dart', 152 '../samples/markdown/block_parser.dart',
153 '../samples/markdown/html_renderer.dart', 153 '../samples/markdown/html_renderer.dart',
154 '../samples/markdown/inline_parser.dart', 154 '../samples/markdown/inline_parser.dart',
155 '../samples/markdown/lib.dart', 155 '../samples/markdown/lib.dart',
156 '../samples/markdown/markdown.dart', 156 '../samples/markdown/markdown.dart',
157 '../samples/markdown/test/markdown_tests.dart', 157 '../samples/markdown/test/markdown_test.dart',
158 '../samples/matrix/float32.dart', 158 '../samples/matrix/float32.dart',
159 '../samples/matrix/matrix4.dart', 159 '../samples/matrix/matrix4.dart',
160 '../samples/matrix/matrix_client.dart', 160 '../samples/matrix/matrix_client.dart',
161 '../samples/matrix/matrix_server.dart', 161 '../samples/matrix/matrix_server.dart',
162 '../samples/pond/editors.dart', 162 '../samples/pond/editors.dart',
163 '../samples/pond/editors_stub.dart', 163 '../samples/pond/editors_stub.dart',
164 '../samples/pond/html_file_system.dart', 164 '../samples/pond/html_file_system.dart',
165 '../samples/pond/pond.dart', 165 '../samples/pond/pond.dart',
166 '../samples/pond/util.dart', 166 '../samples/pond/util.dart',
167 '../samples/slider/SliderSample.dart', 167 '../samples/slider/SliderSample.dart',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 './samples/ifrog.dart', 378 './samples/ifrog.dart',
379 './server/frog_server.dart', 379 './server/frog_server.dart',
380 './server/toss.dart', 380 './server/toss.dart',
381 './source.dart', 381 './source.dart',
382 './token.dart', 382 './token.dart',
383 './tokenizer.dart', 383 './tokenizer.dart',
384 './tokenizer.g.dart', 384 './tokenizer.g.dart',
385 './tree.dart', 385 './tree.dart',
386 './tree.g.dart', 386 './tree.g.dart',
387 './utils.dart']; 387 './utils.dart'];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698