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

Unified Diff: third_party/protobuf/README.chromium

Issue 2935953002: Fix protobuf's Python runtime and imports.
Patch Set: debug import path Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/BUILD.gn ('k') | third_party/protobuf/proto_library.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « third_party/protobuf/BUILD.gn ('k') | third_party/protobuf/proto_library.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698