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

Unified Diff: third_party/leveldatabase/leveldatabase.gyp

Issue 11776009: Log IDB leveldb uma stats into LevelDBEnv.IDB. Other LevelDB consumers will (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix >80, make method definitions not inline Created 7 years, 11 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_idb.h ('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 4590c42047121d7356efeec85e8f648f9f6ed0a2..946cc7200b4a9b76075bf189b1f818cd32f7d66b 100644
--- a/third_party/leveldatabase/leveldatabase.gyp
+++ b/third_party/leveldatabase/leveldatabase.gyp
@@ -49,6 +49,7 @@
'include_dirs': [
'src/include/',
'src/',
+ '.',
],
'conditions': [
['OS == "win"', {
@@ -69,6 +70,7 @@
# Include and then exclude so that all files show up in IDEs, even if
# they don't build.
'env_chromium.cc',
+ 'env_idb.h',
'port/port_chromium.cc',
'port/port_chromium.h',
'src/db/builder.cc',
« no previous file with comments | « third_party/leveldatabase/env_idb.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698