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

Unified Diff: third_party/leveldatabase/README.chromium

Issue 7522008: Move chromium-specific files from leveldb to chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change parameter to const ref Created 9 years, 4 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 | « content/content_browser.gypi ('k') | third_party/leveldatabase/env_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leveldatabase/README.chromium
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..a6ce147eb28ab1c4eef1d60b5b4eeda538e07e1a
--- /dev/null
+++ b/third_party/leveldatabase/README.chromium
@@ -0,0 +1,15 @@
+Name: LevelDB: A Fast Persistent Key-Value Store
+Short Name: leveldb
+URL: http://code.google.com/p/leveldb/
+Version: unknown
+License: New BSD
+Security Critical: yes
+
+Description:
+Alternative to SQLite used as the backend for IndexedDB and internally by the
+FileSystem API implementation.
+
+Local Modifications:
+* gyp file for building in chromium
+* port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations
+ of primitives used by leveldb. E.g. threading, file handling, etc.
« no previous file with comments | « content/content_browser.gypi ('k') | third_party/leveldatabase/env_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698