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

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 710373002: LevelDB: Using base::File for all file I/O (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment for GetDirectoryEntries, using ReadAtCurrentPosNoBestEffort Created 6 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 | « third_party/leveldatabase/env_chromium_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/leveldatabase.gyp
diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp
index 1696f45c668b1836bdc47c666a5605c6db9b2a16..8f30fd4edfcfb0b2e0fe04c7d0a0d6d921cb2cee 100644
--- a/third_party/leveldatabase/leveldatabase.gyp
+++ b/third_party/leveldatabase/leveldatabase.gyp
@@ -90,10 +90,6 @@
'chromium_logger.h',
'env_chromium.cc',
'env_chromium.h',
- 'env_chromium_stdio.cc',
- 'env_chromium_stdio.h',
- 'env_chromium_win.cc',
- 'env_chromium_win.h',
'env_idb.h',
'port/port_chromium.cc',
'port/port_chromium.h',
« no previous file with comments | « third_party/leveldatabase/env_chromium_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698