Index: third_party/snappy/README.chromium |
diff --git a/third_party/snappy/README.chromium b/third_party/snappy/README.chromium |
index 81d33320249c0db1322448fac6a518b849ee31e1..f412ecd7189cbe851d5ac9fbc66927d4e319b440 100644 |
--- a/third_party/snappy/README.chromium |
+++ b/third_party/snappy/README.chromium |
@@ -9,6 +9,9 @@ Security Critical: yes |
Description: |
Compression library used by LevelDB. |
+Local Changes: |
+* #ifdef DISALLOW_COPY_AND_ASSIGN - https://github.com/google/snappy/pull/21 |
cmumford
2016/05/19 17:13:37
ifndef ?
Peter Kasting
2016/05/19 18:09:32
I guess? I basically meant "put DISALLOW_COPY_AND
|
+ |
Local Additions: |
* gyp file for building in chromium |
* Suppress clang header-hygiene warning - https://code.google.com/p/snappy/issues/detail?id=70 |