Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
|
Primiano Tucci (use gerrit)
2016/07/13 16:52:32
call this example_message.proto
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 syntax = "proto2"; | |
| 6 package foo.bar; | |
| 7 | |
| 8 // This file contains comprehensive set of supported message structures and | |
| 9 // data types. Unit tests depends on the plugin-processed version of this file. | |
| 10 | |
| 11 // TODO(kraynov) Populate in the next CL. | |
| OLD | NEW |