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

Unified Diff: third_party/snappy/README.chromium

Issue 1276073004: Offline By Default (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing explicits. Created 5 years, 3 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/snappy/OWNERS ('k') | third_party/snappy/linux/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/snappy/README.chromium
diff --git a/third_party/snappy/README.chromium b/third_party/snappy/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..f7e3742ac6ba9ea27d326acb8c1daa20366eacae
--- /dev/null
+++ b/third_party/snappy/README.chromium
@@ -0,0 +1,17 @@
+Name: Snappy: A fast compressor/decompressor
+Short Name: snappy
+URL: http://code.google.com/p/snappy/
+Version: r80
+License: New BSD
+License File: src/COPYING
+Security Critical: yes
+
+Description:
+Compression library used by LevelDB.
+
+Local Additions:
+* gyp file for building in chromium
+ * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/issues/detail?id=70
+ * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/issues/detail?id=71
+ * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/detail?id=75
+* {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers
« no previous file with comments | « third_party/snappy/OWNERS ('k') | third_party/snappy/linux/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698