third_party/re2: Remove remove-static-initializers.patch.
[chromium-blink-merge.git] / base / third_party / xdg_mime / README.chromium
blob95f3a9658d181a10b0049932b3061142c53bfad4
1 Name: xdg-mime
2 URL: http://freedesktop.org
3 License: Academic Free License version 2.0 or LGPL v2
5 The code in this directory is synced from:
6 git://anongit.freedesktop.org/xdg/xdgmime
7 @ 2cdd8d36d7930d5a594587286cb1949ff62f7027 on 2012/08/06.
9 In addition, we have the following patch(es):
10   - compile.patch: small tweaks to make the code compile.
11   - free_pointer_later.patch: small patch that fixes potential crash in
12       xdg_mime_get_mime_type_for_file() - use of pointer after being freed.
13   - Added a LICENSE file.