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

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

Issue 1044613002: Add missing dumpfile.cc to leveldatabase target in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix vim search and replace mess in TODO comment Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 067af30d348b3664d54c2aee9ea58f3de606e662..ca5d65d5b8e25d752bfed0bf91e0c89f611a4af3 100644
--- a/build/secondary/third_party/leveldatabase/BUILD.gn
+++ b/build/secondary/third_party/leveldatabase/BUILD.gn
@@ -34,6 +34,7 @@ static_library("leveldatabase") {
"src/db/db_iter.h",
"src/db/dbformat.cc",
"src/db/dbformat.h",
+ "src/db/dumpfile.cc",
"src/db/filename.cc",
"src/db/filename.h",
"src/db/log_format.h",
@@ -59,6 +60,7 @@ static_library("leveldatabase") {
"src/include/leveldb/cache.h",
"src/include/leveldb/comparator.h",
"src/include/leveldb/db.h",
+ "src/include/leveldb/dumpfile.h",
"src/include/leveldb/env.h",
"src/include/leveldb/filter_policy.h",
"src/include/leveldb/iterator.h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698