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

Side by Side Diff: client/third_party/google/README.swarming

Issue 2953253003: Replace custom blob gRPC API with ByteStream (Closed)
Patch Set: Rebase to latest Created 3 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
OLDNEW
1 Name: Google Authentication
2 Short Name: google-auth
3 Version: 1.0.1
4
5 ----
6
1 Name: Protocol Buffers 7 Name: Protocol Buffers
2 Short Name: protobuf 8 Short Name: protobuf
3 Version: 3.1.0 9 Version: 3.1.0
4 Revision: a428e42072765993ff674fda72863c9f1aa2d268 10 Revision: a428e42072765993ff674fda72863c9f1aa2d268
5 Home-page: https://github.com/google/protobuf 11 Home-page: https://github.com/google/protobuf
6 License: New BSD License 12 License: New BSD License
7 13
8 Description: 14 Description:
9 Protocol Buffers are Google's data interchange format. 15 Protocol Buffers are Google's data interchange format.
10 16
(...skipping 21 matching lines...) Expand all
32 @@ -31,9 +31,3 @@ 38 @@ -31,9 +31,3 @@
33 # Copyright 2007 Google Inc. All Rights Reserved. 39 # Copyright 2007 Google Inc. All Rights Reserved.
34 40
35 __version__ = '3.1.0' 41 __version__ = '3.1.0'
36 - 42 -
37 -if __name__ != '__main__': 43 -if __name__ != '__main__':
38 - try: 44 - try:
39 - __import__('pkg_resources').declare_namespace(__name__) 45 - __import__('pkg_resources').declare_namespace(__name__)
40 - except ImportError: 46 - except ImportError:
41 - __path__ = __import__('pkgutil').extend_path(__path__, __name__) 47 - __path__ = __import__('pkgutil').extend_path(__path__, __name__)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698