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

Side by Side Diff: third_party/protobuf/objectivec/Tests/GPBUnittestProtos.m

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 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 // Protocol Buffers - Google's data interchange format 1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2008 Google Inc. All rights reserved. 2 // Copyright 2008 Google Inc. All rights reserved.
3 // https://developers.google.com/protocol-buffers/ 3 // https://developers.google.com/protocol-buffers/
4 // 4 //
5 // Redistribution and use in source and binary forms, with or without 5 // Redistribution and use in source and binary forms, with or without
6 // modification, are permitted provided that the following conditions are 6 // modification, are permitted provided that the following conditions are
7 // met: 7 // met:
8 // 8 //
9 // * Redistributions of source code must retain the above copyright 9 // * Redistributions of source code must retain the above copyright
10 // notice, this list of conditions and the following disclaimer. 10 // notice, this list of conditions and the following disclaimer.
(...skipping 13 matching lines...) Expand all
24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 24 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 30
31 // Collects all the compiled protos into one file and compiles them to make sure 31 // Collects all the compiled protos into one file and compiles them to make sure
32 // the compiler is generating valid code. 32 // the compiler is generating valid code.
33 33
34 // The unittest_custom_options.proto extends the messages in descriptor.proto
35 // so we build it in to test extending in general. The library doesn't provide
36 // a descriptor as it doesn't use the classes/enums.
37 #import "google/protobuf/Descriptor.pbobjc.m"
38
34 #import "google/protobuf/MapProto2Unittest.pbobjc.m" 39 #import "google/protobuf/MapProto2Unittest.pbobjc.m"
35 #import "google/protobuf/MapUnittest.pbobjc.m" 40 #import "google/protobuf/MapUnittest.pbobjc.m"
36 #import "google/protobuf/Unittest.pbobjc.m" 41 #import "google/protobuf/Unittest.pbobjc.m"
37 #import "google/protobuf/UnittestArena.pbobjc.m" 42 #import "google/protobuf/UnittestArena.pbobjc.m"
38 #import "google/protobuf/UnittestCustomOptions.pbobjc.m" 43 #import "google/protobuf/UnittestCustomOptions.pbobjc.m"
39 #import "google/protobuf/UnittestCycle.pbobjc.m" 44 #import "google/protobuf/UnittestCycle.pbobjc.m"
40 #import "google/protobuf/UnittestDropUnknownFields.pbobjc.m" 45 #import "google/protobuf/UnittestDropUnknownFields.pbobjc.m"
41 #import "google/protobuf/UnittestEmbedOptimizeFor.pbobjc.m" 46 #import "google/protobuf/UnittestEmbedOptimizeFor.pbobjc.m"
42 #import "google/protobuf/UnittestEmpty.pbobjc.m" 47 #import "google/protobuf/UnittestEmpty.pbobjc.m"
43 #import "google/protobuf/UnittestEnormousDescriptor.pbobjc.m" 48 #import "google/protobuf/UnittestEnormousDescriptor.pbobjc.m"
44 #import "google/protobuf/UnittestImport.pbobjc.m" 49 #import "google/protobuf/UnittestImport.pbobjc.m"
45 #import "google/protobuf/UnittestImportLite.pbobjc.m" 50 #import "google/protobuf/UnittestImportLite.pbobjc.m"
46 #import "google/protobuf/UnittestImportPublic.pbobjc.m" 51 #import "google/protobuf/UnittestImportPublic.pbobjc.m"
47 #import "google/protobuf/UnittestImportPublicLite.pbobjc.m" 52 #import "google/protobuf/UnittestImportPublicLite.pbobjc.m"
48 #import "google/protobuf/UnittestLite.pbobjc.m" 53 #import "google/protobuf/UnittestLite.pbobjc.m"
49 #import "google/protobuf/UnittestMset.pbobjc.m" 54 #import "google/protobuf/UnittestMset.pbobjc.m"
50 #import "google/protobuf/UnittestMsetWireFormat.pbobjc.m" 55 #import "google/protobuf/UnittestMsetWireFormat.pbobjc.m"
51 #import "google/protobuf/UnittestNoArena.pbobjc.m" 56 #import "google/protobuf/UnittestNoArena.pbobjc.m"
52 #import "google/protobuf/UnittestNoArenaImport.pbobjc.m" 57 #import "google/protobuf/UnittestNoArenaImport.pbobjc.m"
53 #import "google/protobuf/UnittestNoGenericServices.pbobjc.m" 58 #import "google/protobuf/UnittestNoGenericServices.pbobjc.m"
54 #import "google/protobuf/UnittestObjc.pbobjc.m" 59 #import "google/protobuf/UnittestObjc.pbobjc.m"
55 #import "google/protobuf/UnittestObjcStartup.pbobjc.m" 60 #import "google/protobuf/UnittestObjcStartup.pbobjc.m"
56 #import "google/protobuf/UnittestOptimizeFor.pbobjc.m" 61 #import "google/protobuf/UnittestOptimizeFor.pbobjc.m"
57 #import "google/protobuf/UnittestPreserveUnknownEnum.pbobjc.m" 62 #import "google/protobuf/UnittestPreserveUnknownEnum.pbobjc.m"
58 #import "google/protobuf/UnittestRuntimeProto2.pbobjc.m" 63 #import "google/protobuf/UnittestRuntimeProto2.pbobjc.m"
59 #import "google/protobuf/UnittestRuntimeProto3.pbobjc.m" 64 #import "google/protobuf/UnittestRuntimeProto3.pbobjc.m"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698