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

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

Issue 230073003: Enable leveldb build in GN world. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more sign vs unsigned fixes for leveldatabase Created 6 years, 8 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 | « third_party/leveldatabase/env_chromium_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/leveldatabase/BUILD.gn
diff --git a/tools/gn/secondary/third_party/leveldatabase/BUILD.gn b/tools/gn/secondary/third_party/leveldatabase/BUILD.gn
index 24a73c0544ffeb694682a83b2dc37fb8cf07e92a..127c8a0c7b1605cbe94232fed2dc9bf176292870 100644
--- a/tools/gn/secondary/third_party/leveldatabase/BUILD.gn
+++ b/tools/gn/secondary/third_party/leveldatabase/BUILD.gn
@@ -23,6 +23,8 @@ 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 | « third_party/leveldatabase/env_chromium_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698