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

Side by Side Diff: runtime/bin/directory.cc

Issue 3009523002: [dart:io] Remove DART_IO_DISABLED (Closed)
Patch Set: Created 3 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 | « runtime/bin/builtin_impl_sources.gni ('k') | runtime/bin/directory_unsupported.cc » ('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 #if !defined(DART_IO_DISABLED)
6
7 #include "bin/directory.h" 5 #include "bin/directory.h"
8 6
9 #include "bin/dartutils.h" 7 #include "bin/dartutils.h"
10 #include "bin/log.h" 8 #include "bin/log.h"
11 #include "include/dart_api.h" 9 #include "include/dart_api.h"
12 #include "platform/assert.h" 10 #include "platform/assert.h"
13 11
14 namespace dart { 12 namespace dart {
15 namespace bin { 13 namespace bin {
16 14
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 listing->HandleError(); 458 listing->HandleError();
461 listing->HandleDone(); 459 listing->HandleDone();
462 } else { 460 } else {
463 while (ListNext(listing)) { 461 while (ListNext(listing)) {
464 } 462 }
465 } 463 }
466 } 464 }
467 465
468 } // namespace bin 466 } // namespace bin
469 } // namespace dart 467 } // namespace dart
470
471 #endif // !defined(DART_IO_DISABLED)
OLDNEW
« no previous file with comments | « runtime/bin/builtin_impl_sources.gni ('k') | runtime/bin/directory_unsupported.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698