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. |