| Index: third_party/protobuf/README.chromium
|
| diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
|
| index d5d87caa17f6e581371e5d2b133d335d8a7592ca..8f40da7aaf41b1c03a1cf7eb17f6c9c51e0ec401 100644
|
| --- a/third_party/protobuf/README.chromium
|
| +++ b/third_party/protobuf/README.chromium
|
| @@ -25,17 +25,7 @@ Steps used to create the current version:
|
|
|
| For future releases, it will be worth looking into which patches still need
|
| to be applied.
|
| -5. Generate descriptor_pb2.py using something like the following steps. Make
|
| - sure you've regenerated your buildfiles and will build protoc from the
|
| - newly-modified sources above.
|
| -
|
| - $ cd $SRC_DIR
|
| - $ ninja -C out/Debug protoc
|
| - $ cd third_party/protobuf/src
|
| - $ ../../../out/Debug/protoc --python_out=../python google/protobuf/descriptor.proto
|
| -
|
| -6. Add an __init__.py to protobuf/ that adds third_party/six/ to Python path.
|
| -7. Update README.chromium.
|
| +5. Update README.chromium.
|
|
|
| Note about libmirclient:
|
|
|
|
|