| Index: utils/apidoc/scripts/list_files.dart
|
| ===================================================================
|
| --- utils/apidoc/scripts/list_files.dart (revision 14646)
|
| +++ utils/apidoc/scripts/list_files.dart (working copy)
|
| @@ -7,9 +7,9 @@
|
| * used when building API documentation. Used by gyp to determine when apidocs
|
| * need to be regenerated (see `apidoc.gyp`).
|
| */
|
| -#library('list_files');
|
| +library list_files;
|
|
|
| -#import('dart:io');
|
| +import 'dart:io';
|
|
|
| const allowedExtensions = const [
|
| '.css', '.dart', '.ico', '.js', '.json', '.png', '.sh', '.txt'
|
|
|