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

Side by Side Diff: third_party/cq_client/cq_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
« no previous file with comments | « commit_queue.py ('k') | third_party/google/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file was originally generated by the protocol buffer compiler 2.6.1, but
2 # was subsequently manually edited to import protobuf26 instead of
3 # google.protobuf. If you need to re-generate this file, please make similar
4 # changes again and add this comment back. More details on why we chose to
5 # rename the package can be found in the file
6 # depot_tools/third_party/protobuf26/README.chromium
7 # Example CL updating the references:
8 # https://codereview.chromium.org/1162993005/
9
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 10 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: cq.proto 11 # source: cq.proto
3 12
4 import sys 13 import sys
5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) 14 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
6 from google.protobuf import descriptor as _descriptor 15 from protobuf26 import descriptor as _descriptor
7 from google.protobuf import message as _message 16 from protobuf26 import message as _message
8 from google.protobuf import reflection as _reflection 17 from protobuf26 import reflection as _reflection
9 from google.protobuf import symbol_database as _symbol_database 18 from protobuf26 import symbol_database as _symbol_database
10 from google.protobuf import descriptor_pb2 19 from protobuf26 import descriptor_pb2
11 # @@protoc_insertion_point(imports) 20 # @@protoc_insertion_point(imports)
12 21
13 _sym_db = _symbol_database.Default() 22 _sym_db = _symbol_database.Default()
14 23
15 24
16 25
17 26
18 DESCRIPTOR = _descriptor.FileDescriptor( 27 DESCRIPTOR = _descriptor.FileDescriptor(
19 name='cq.proto', 28 name='cq.proto',
20 package='', 29 package='',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 _sym_db.RegisterMessage(Verifiers.ReviewerLgtmVerifier) 587 _sym_db.RegisterMessage(Verifiers.ReviewerLgtmVerifier)
579 _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier) 588 _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier)
580 _sym_db.RegisterMessage(Verifiers.TryJobVerifier) 589 _sym_db.RegisterMessage(Verifiers.TryJobVerifier)
581 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Property) 590 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Property)
582 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder) 591 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder)
583 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket) 592 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket)
584 _sym_db.RegisterMessage(Verifiers.PresubmitCheckVerifier) 593 _sym_db.RegisterMessage(Verifiers.PresubmitCheckVerifier)
585 594
586 595
587 # @@protoc_insertion_point(module_scope) 596 # @@protoc_insertion_point(module_scope)
OLDNEW
« no previous file with comments | « commit_queue.py ('k') | third_party/google/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698