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

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

Issue 2740103002: Update FlatBuffers to version 1.5.0. (Closed)
Patch Set: Address comments from engedy@. 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: FlatBuffers 1 Name: FlatBuffers
2 Short Name: flatbuffers 2 Short Name: flatbuffers
3 URL: https://github.com/google/flatbuffers 3 URL: https://github.com/google/flatbuffers
4 Version: e92ae5199d52fd59540a800bec7eef46cd778257 4 Version: b29ba4c70c7b8ef415e37809574ac74a9bf0b632
5 Date: 2016-06-03 5 Date: 2017-01-03
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
11 FlatBuffers is an efficient cross platform serialization library for games and 11 FlatBuffers is an efficient cross platform serialization library for games and
12 other memory constrained apps. It allows you to directly access serialized data 12 other memory constrained apps. It allows you to directly access serialized data
13 without unpacking/parsing it first, while still having great forwards/backwards 13 without unpacking/parsing it first, while still having great forwards/backwards
14 compatibility. 14 compatibility.
OLDNEW
« third_party/flatbuffers/BUILD.gn ('K') | « third_party/flatbuffers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698