0
Go to file
Fumitoshi Ukai b8108d5382 add google/protobuf/internal/python_edition_defaults.py
fix for
```
python3 ../../build/android/gyp/compile_resources.py --include-resources=../../third_party/android_sdk/public/platforms/android-35/android.jar --aapt2-path ../../third_party/android_build_tools/aapt2/cipd/aapt2 --dependencies-res-zips=@FileArg(gen/third_party/catapult/devil/empty_system_webview_apk.build_config.json:deps_info:dependency_zips) --extra-res-packages=@FileArg(gen/third_party/catapult/devil/empty_system_webview_apk.build_config.json:deps_info:extra_package_names) --min-sdk-version=26 --target-sdk-version=35 --webp-cache-dir=obj/android-webp-cache --android-manifest gen/third_party/catapult/devil/empty_system_webview_apk/AndroidManifest.merged.xml --srcjar-out gen/third_party/catapult/devil/empty_system_webview_apk__compile_resources.srcjar --version-code 1 --version-name Developer Build --arsc-path obj/third_party/catapult/devil/empty_system_webview_apk.ap_ --info-path obj/third_party/catapult/devil/empty_system_webview_apk.ap_.info --r-text-out gen/third_party/catapult/devil/empty_system_webview_apk__compile_resources_R.txt --dependencies-res-zip-overlays=@FileArg(gen/third_party/catapult/devil/empty_system_webview_apk.build_config.json:deps_info:dependency_zip_overlays) --proguard-file obj/third_party/catapult/devil/empty_system_webview_apk/empty_system_webview_apk.resources.proguard.txt --emit-ids-out=gen/third_party/catapult/devil/empty_system_webview_apk__compile_resources.resource_ids --depfile gen/third_party/catapult/devil/empty_system_webview_apk__compile_resources.d
Traceback (most recent call last):
  File "/b/f/w/out/x/../../build/android/gyp/compile_resources.py", line 34, in <module>
    from util import protoresources
  File "/b/f/w/build/android/gyp/util/protoresources.py", line 27, in <module>
    from proto import Resources_pb2
  File "/b/f/w/build/android/gyp/proto/Resources_pb2.py", line 9, in <module>
    from google.protobuf import reflection as _reflection
  File "/b/f/w/out/x/../../third_party/protobuf/python/google/protobuf/reflection.py", line 29, in <module>
    from google.protobuf import message_factory
  File "/b/f/w/out/x/../../third_party/protobuf/python/google/protobuf/message_factory.py", line 21, in <module>
    from google.protobuf import descriptor_pool
  File "/b/f/w/out/x/../../third_party/protobuf/python/google/protobuf/descriptor_pool.py", line 44, in <module>
    from google.protobuf.internal import python_edition_defaults
ImportError: cannot import name 'python_edition_defaults' from 'google.protobuf.internal'
```

Bug: 394948221
Change-Id: I10d327b44b6b459fc93ac8af3e27e4b7c274389d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6238761
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Junji Watanabe <jwata@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Junji Watanabe <jwata@google.com>
Cr-Commit-Position: refs/heads/main@{#1417097}
2025-02-06 17:14:23 -08:00
2025-02-06 17:12:36 -08:00
2025-02-06 11:55:30 -08:00
2025-02-06 03:14:11 -08:00
2025-02-06 09:24:32 -08:00
2025-02-05 11:05:42 -08:00
2025-01-29 15:00:06 -08:00
2025-02-03 08:29:11 -08:00

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure.

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it at https://crbug.com/new.

Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%