You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Original CL: https://codereview.chromium.org/1437483002/. R=dnj@google.com, tandrii@chromium.org, dnj@chromium.org, pgervais@chromium.org BUG=542922, 503067 Review URL: https://codereview.chromium.org/1407953011 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297494 0039d316-1c4b-4281-b951-d872f2087c98 |
9 years ago | |
---|---|---|
.. | ||
compiler | ||
internal | ||
README.chromium | 9 years ago | |
__init__.py | ||
descriptor.py | ||
descriptor_database.py | ||
descriptor_pb2.py | ||
descriptor_pool.py | ||
message.py | ||
message_factory.py | ||
reflection.py | ||
service.py | ||
service_reflection.py | ||
symbol_database.py | ||
text_encoding.py | ||
text_format.py |
README.chromium
This directory contains google.protobuf module version 2.6.0 build 0. sergiyb@: It has been manually renamed to protobuf26. This is needed to avoid conflicts with a built-in google.protobuf module found on many developer machines. The long-term solution to this problem was to use virtualenv and it was implemented, but had to be reverted due to incompatibilities with ChromiumOS builds (see http://crbug.com/542922). If you need to update this package, please make sure that you replace all the references to google.protobuf in the package itself with protobuf26, e.g. from google.protobuf import text_format import google.protobuf becomes from protobuf26 import text_format import protobuf26 Original bug tracking setting up virtualenv for depot_tools was http://crbug.com/503067, but it was closed as WontFix. If you believe that virtualenv should be added to the current version of depot_tools, please re-open that bug.