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

Side by Side Diff: third_party/snappy/README.chromium

Issue 2712273002: DEPS: Upgrade snappy to 1.1.4. (Closed)
Patch Set: Refactor BUILD file to make it easier to add the test later. Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 Name: Snappy: A fast compressor/decompressor 1 Name: Snappy: A fast compressor/decompressor
2 Short Name: snappy 2 Short Name: snappy
3 URL: http://google.github.io/snappy/ 3 URL: http://google.github.io/snappy/
4 Version: 1.1.0-updates 4 Version: 1.1.4-head
5 License: New BSD 5 License: New BSD
6 License File: src/COPYING 6 License File: src/COPYING
7 Security Critical: yes 7 Security Critical: yes
8 8
9 Description: 9 Description:
10 Compression library used by LevelDB. 10 Compression library used by LevelDB.
11 11
12 Local Changes:
13 * #ifndef DISALLOW_COPY_AND_ASSIGN - https://github.com/google/snappy/pull/21
14
15 Local Additions: 12 Local Additions:
16 * gyp file for building in chromium 13 * gyp file for building in chromium
17 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/iss ues/detail?id=70 14 * Suppress clang header-hygiene warning - https://code.google.com/p/snappy/iss ues/detail?id=70
18 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/iss ues/detail?id=71 15 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/iss ues/detail?id=71
19 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/ detail?id=75 16 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/ detail?id=75
20 * {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers 17 * {mac,linux,win32}/snappy-stubs-public.h autogenerated public headers
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698