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

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: 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..e1bd4a6cc506af05d86fb57cda04f423ec1ec8a7 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",
cmumford 2015/03/30 16:47:25 Do we need src/include/leveldb/dumpfile.h too?
tfarina 2015/03/30 19:16:24 We don't, but yeah, included.
"src/db/filename.cc",
"src/db/filename.h",
"src/db/log_format.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