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

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

Issue 1431173002: Revert of Removed virtualenv from depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 5 years, 1 month 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
« 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 to prevent conflicts with a different version of
4 # google.protobuf that some users of depot_tools have installed. If you need to
5 # re-generate this file, please make similar changes again and add this comment
6 # back. More details on why we chose to rename the package can be found in the
7 # file depot_tools/third_party/protobuf26/README.chromium.
8
9 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
10 # source: cq.proto 2 # source: cq.proto
11 3
12 import sys 4 import sys
13 _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'))
14 from protobuf26 import descriptor as _descriptor 6 from google.protobuf import descriptor as _descriptor
15 from protobuf26 import message as _message 7 from google.protobuf import message as _message
16 from protobuf26 import reflection as _reflection 8 from google.protobuf import reflection as _reflection
17 from protobuf26 import symbol_database as _symbol_database 9 from google.protobuf import symbol_database as _symbol_database
18 from protobuf26 import descriptor_pb2 10 from google.protobuf import descriptor_pb2
19 # @@protoc_insertion_point(imports) 11 # @@protoc_insertion_point(imports)
20 12
21 _sym_db = _symbol_database.Default() 13 _sym_db = _symbol_database.Default()
22 14
23 15
24 16
25 17
26 DESCRIPTOR = _descriptor.FileDescriptor( 18 DESCRIPTOR = _descriptor.FileDescriptor(
27 name='cq.proto', 19 name='cq.proto',
28 package='', 20 package='',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 _sym_db.RegisterMessage(Verifiers.ReviewerLgtmVerifier) 592 _sym_db.RegisterMessage(Verifiers.ReviewerLgtmVerifier)
601 _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier) 593 _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier)
602 _sym_db.RegisterMessage(Verifiers.TryJobVerifier) 594 _sym_db.RegisterMessage(Verifiers.TryJobVerifier)
603 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder) 595 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder)
604 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket) 596 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket)
605 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.TryJobRetryConfig) 597 _sym_db.RegisterMessage(Verifiers.TryJobVerifier.TryJobRetryConfig)
606 _sym_db.RegisterMessage(Verifiers.SignCLAVerifier) 598 _sym_db.RegisterMessage(Verifiers.SignCLAVerifier)
607 599
608 600
609 # @@protoc_insertion_point(module_scope) 601 # @@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