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

Side by Side Diff: third_party/protobuf/README.md

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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/protobuf/README.chromium ('k') | third_party/protobuf/WORKSPACE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Protocol Buffers - Google's data interchange format 1 Protocol Buffers - Google's data interchange format
2 =================================================== 2 ===================================================
3 3
4 [![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https ://travis-ci.org/google/protobuf) [![Build status](https://ci.appveyor.com/api/p rojects/status/73ctee6ua4w2ruin?svg=true)](https://ci.appveyor.com/project/proto buf/protobuf) 4 [![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https ://travis-ci.org/google/protobuf) [![Build status](https://ci.appveyor.com/api/p rojects/status/73ctee6ua4w2ruin?svg=true)](https://ci.appveyor.com/project/proto buf/protobuf) [![Build Status](https://grpc-testing.appspot.com/buildStatus/icon ?job=protobuf_branch)](https://grpc-testing.appspot.com/job/protobuf_branch) [![ Build Status](https://grpc-testing.appspot.com/job/protobuf_branch_32/badge/icon )](https://grpc-testing.appspot.com/job/protobuf_branch_32) [![Build Status](htt p://ci.bazel.io/buildStatus/icon?job=protobuf)](http://ci.bazel.io/job/protobuf/ )
5 5
6 Copyright 2008 Google Inc. 6 Copyright 2008 Google Inc.
7 7
8 https://developers.google.com/protocol-buffers/ 8 https://developers.google.com/protocol-buffers/
9 9
10 Overview 10 Overview
11 -------- 11 --------
12 12
13 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, 13 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
14 platform-neutral, extensible mechanism for serializing structured data. You 14 platform-neutral, extensible mechanism for serializing structured data. You
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 |--------------------------------------|---------------------------------------- ---------------| 58 |--------------------------------------|---------------------------------------- ---------------|
59 | C++ (include C++ runtime and protoc) | [src](src) | 59 | C++ (include C++ runtime and protoc) | [src](src) |
60 | Java | [java](java) | 60 | Java | [java](java) |
61 | Python | [python](python) | 61 | Python | [python](python) |
62 | Objective-C | [objectivec](objectivec) | 62 | Objective-C | [objectivec](objectivec) |
63 | C# | [csharp](csharp) | 63 | C# | [csharp](csharp) |
64 | JavaNano | [javanano](javanano) | 64 | JavaNano | [javanano](javanano) |
65 | JavaScript | [js](js) | 65 | JavaScript | [js](js) |
66 | Ruby | [ruby](ruby) | 66 | Ruby | [ruby](ruby) |
67 | Go | [golang/protobuf](https://github.com/go lang/protobuf) | 67 | Go | [golang/protobuf](https://github.com/go lang/protobuf) |
68 | PHP | TBD | 68 | PHP | [php](php) |
69 69
70 70
71 Usage 71 Usage
72 ----- 72 -----
73 73
74 The complete documentation for Protocol Buffers is available via the 74 The complete documentation for Protocol Buffers is available via the
75 web at: 75 web at:
76 76
77 https://developers.google.com/protocol-buffers/ 77 https://developers.google.com/protocol-buffers/
OLDNEW
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/WORKSPACE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698