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

Side by Side Diff: third_party/protobuf26/descriptor_pb2.py

Issue 1162993005: Renamed google.protobuf to protobuf26 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Addressed comments Created 5 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 | Annotate | Revision Log
OLDNEW
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: google/protobuf/descriptor.proto 2 # source: google/protobuf/descriptor.proto
3 3
4 import sys 4 import sys
5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
6 from google.protobuf import descriptor as _descriptor 6 from protobuf26 import descriptor as _descriptor
7 from google.protobuf import message as _message 7 from protobuf26 import message as _message
8 from google.protobuf import reflection as _reflection 8 from protobuf26 import reflection as _reflection
9 from google.protobuf import symbol_database as _symbol_database 9 from protobuf26 import symbol_database as _symbol_database
10 # @@protoc_insertion_point(imports) 10 # @@protoc_insertion_point(imports)
11 11
12 _sym_db = _symbol_database.Default() 12 _sym_db = _symbol_database.Default()
13 13
14 14
15 15
16 16
17 DESCRIPTOR = _descriptor.FileDescriptor( 17 DESCRIPTOR = _descriptor.FileDescriptor(
18 name='google/protobuf/descriptor.proto', 18 name='google/protobuf/descriptor.proto',
19 package='google.protobuf', 19 package='google.protobuf',
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 , 1513 ,
1514 DESCRIPTOR = _SOURCECODEINFO, 1514 DESCRIPTOR = _SOURCECODEINFO,
1515 __module__ = 'google.protobuf.descriptor_pb2' 1515 __module__ = 'google.protobuf.descriptor_pb2'
1516 # @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo) 1516 # @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo)
1517 )) 1517 ))
1518 _sym_db.RegisterMessage(SourceCodeInfo) 1518 _sym_db.RegisterMessage(SourceCodeInfo)
1519 _sym_db.RegisterMessage(SourceCodeInfo.Location) 1519 _sym_db.RegisterMessage(SourceCodeInfo.Location)
1520 1520
1521 1521
1522 # @@protoc_insertion_point(module_scope) 1522 # @@protoc_insertion_point(module_scope)
OLDNEW
« no previous file with comments | « third_party/protobuf26/descriptor_database.py ('k') | third_party/protobuf26/descriptor_pool.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698