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

Unified Diff: build/secondary/third_party/leveldatabase/BUILD.gn

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
Index: build/secondary/third_party/leveldatabase/BUILD.gn
diff --git a/build/secondary/third_party/leveldatabase/BUILD.gn b/build/secondary/third_party/leveldatabase/BUILD.gn
index ffe9fa6f5d7b73d10b4cd1521dfa757461d0cb88..3653a983a2fcb44cd21192fa3875691423eb4e90 100644
--- a/build/secondary/third_party/leveldatabase/BUILD.gn
+++ b/build/secondary/third_party/leveldatabase/BUILD.gn
@@ -23,8 +23,6 @@ static_library("leveldatabase") {
sources = [
"env_chromium.cc",
"env_chromium.h",
- "env_chromium_stdio.cc",
- "env_chromium_stdio.h",
"env_idb.h",
"port/port_chromium.cc",
"port/port_chromium.h",
« no previous file with comments | « base/process/process_metrics.h ('k') | content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698