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

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

Issue 1907603005: Add a dependency for FlatBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments on license Created 4 years, 7 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
« no previous file with comments | « third_party/flatbuffers/OWNERS ('k') | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: FlatBuffers
2 Short Name: flatbuffers
3 URL: https://github.com/google/flatbuffers
4 Version: 6f751d5d26fd566f8c9060358101a2596677f9cf
5 Date: 2016-02-20
6 License: Apache 2.0
7 License File: LICENSE
8 Security Critical: yes
9
10 Description:
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
13 without unpacking/parsing it first, while still having great forwards/backwards
14 compatibility.
OLDNEW
« no previous file with comments | « third_party/flatbuffers/OWNERS ('k') | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698