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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/flatbuffers/OWNERS ('k') | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/flatbuffers/README.chromium
diff --git a/third_party/flatbuffers/README.chromium b/third_party/flatbuffers/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..2b88217844fa7417575f0f1db2256bbbf23fa30d
--- /dev/null
+++ b/third_party/flatbuffers/README.chromium
@@ -0,0 +1,14 @@
+Name: FlatBuffers
+Short Name: flatbuffers
+URL: https://github.com/google/flatbuffers
+Version: 6f751d5d26fd566f8c9060358101a2596677f9cf
+Date: 2016-02-20
+License: Apache 2.0
+License File: LICENSE
+Security Critical: yes
+
+Description:
+FlatBuffers is an efficient cross platform serialization library for games and
+other memory constrained apps. It allows you to directly access serialized data
+without unpacking/parsing it first, while still having great forwards/backwards
+compatibility.
« 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