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

Unified Diff: runtime/bin/bin.gypi

Issue 63363010: Add support for working with large files, in dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/directory_android.cc » ('j') | runtime/bin/file_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 433b6e883cb9f0efd8ba88000dfb87d8eb1edd57..6868914611d69d73e1ee440b1c48bb7344b25bfb 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -124,6 +124,9 @@
'generate_io_cc_file#host',
'generate_io_patch_cc_file#host',
],
+ 'cflags': [
+ '-D_FILE_OFFSET_BITS=64',
Søren Gjesse 2013/11/19 10:15:49 Does Windows use this as well? If not we should on
Anders Johnsen 2013/11/19 10:43:39 Wasn't needed anymore. Removed.
+ ],
'include_dirs': [
'..',
],
« no previous file with comments | « no previous file | runtime/bin/directory_android.cc » ('j') | runtime/bin/file_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698