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

Side by Side Diff: third_party/cq_client/cq_pb2.py

Issue 1195423002: Use virtualenv to run commit_queue script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Update depot_tools before running commit_queue binary Created 5 years, 5 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.bat ('k') | third_party/cq_client/validate_config.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
10 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
11 # source: cq.proto 2 # source: cq.proto
12 3
13 import sys 4 import sys
14 _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'))
15 from protobuf26 import descriptor as _descriptor 6 from google.protobuf import descriptor as _descriptor
16 from protobuf26 import message as _message 7 from google.protobuf import message as _message
17 from protobuf26 import reflection as _reflection 8 from google.protobuf import reflection as _reflection
18 from protobuf26 import symbol_database as _symbol_database 9 from google.protobuf import symbol_database as _symbol_database
19 from protobuf26 import descriptor_pb2 10 from google.protobuf import descriptor_pb2
20 # @@protoc_insertion_point(imports) 11 # @@protoc_insertion_point(imports)
21 12
22 _sym_db = _symbol_database.Default() 13 _sym_db = _symbol_database.Default()
23 14
24 15
25 16
26 17
27 DESCRIPTOR = _descriptor.FileDescriptor( 18 DESCRIPTOR = _descriptor.FileDescriptor(
28 name='cq.proto', 19 name='cq.proto',
29 package='', 20 package='',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 _sym_db.RegisterMessage(Verifiers) 518 _sym_db.RegisterMessage(Verifiers)
528 _sym_db.RegisterMessage(Verifiers.ReviewerLgtmVerifier) 519 _sym_db.RegisterMessage(Verifiers.ReviewerLgtmVerifier)
529 _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier) 520 _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier)
530 _sym_db.RegisterMessage(Verifiers.TryJobVerifier) 521 _sym_db.RegisterMessage(Verifiers.TryJobVerifier)
531 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder) 522 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder)
532 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket) 523 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket)
533 _sym_db.RegisterMessage(Verifiers.SignCLAVerifier) 524 _sym_db.RegisterMessage(Verifiers.SignCLAVerifier)
534 525
535 526
536 # @@protoc_insertion_point(module_scope) 527 # @@protoc_insertion_point(module_scope)
OLDNEW
« no previous file with comments | « commit_queue.bat ('k') | third_party/cq_client/validate_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698