Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/tags/138.0.7203.2
commit014ef9f2abbf95cc20d9648ec86824ae792fb4e2[log][tgz]
authorBenoit Lize <lizeb@chromium.org>Mon May 26 17:34:50 2025
committerKrishna Govind <govind@chromium.org>Mon May 26 17:34:50 2025
treea8e1fe179193920a27c863f17d8e675ca34960d9
parente81f888a26a56f218936c856b7d5ac9b5fea7cfd[diff]
[Canary] Revert "Roll TFLite to Next Green Version"This reverts commit 43179c5113c80da695d6902d4bd0c07a950bdf55.Reason for revert: Trigger for crbug.com/420085357Bug: 388311883, 420085357, 420385989Original change's description:> Roll TFLite to Next Green Version>> Version Changes:> cpuinfo: 39ea79a3c132f4e678695c579ea9353d2bd29968 to de0ce7c7251372892e53ce9bc891750d2c9a4fd8> eigen3: ae3aba99db4c829b4cc4d9fdd54321dedd814dc4 to 171bd08ca987987c3c50f0fa5dd8914bdd42dd3b> XNNPACK: f82ad65ca52cb4d39b73088468a5fe00f56fb47c to 84f98c030577fc1d8c3a5fcc703f765fd8a976be> tflite: 151774faba661a5985a8264653f4457c70a56dea to 2acd05be6d3a637cb2ed2b040879c55b02d6bc19>> Also updates xnnpack's generate_build_gn.py to account for newly-added> dependency targets in subdirectories.>> Bug: 388311883> Change-Id:I815f7c938340baf8677b26cf5981379de4ac01eb> Cq-Include-Trybots: luci.chrome.try:optimization_guide-linux;luci.chrome.try:optimization_guide-mac-arm64;luci.chrome.try:optimization_guide-mac-x64;luci.chrome.try:optimization_guide-win32;luci.chrome.try:optimization_guide-win64> Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6581687> Reviewed-by: Austin Sullivan <asully@chromium.org>> Auto-Submit: Mike Wittman <wittman@chromium.org>> Commit-Queue: Austin Sullivan <asully@chromium.org>> Commit-Queue: Mike Wittman <wittman@chromium.org>> Cr-Commit-Position: refs/heads/main@{#1465099}(cherry picked from commit 222fa6a40d583aab260429585088a0469723108d)Bug: 388311883Cq-Include-Trybots: luci.chrome.try:optimization_guide-linux;luci.chrome.try:optimization_guide-mac-arm64;luci.chrome.try:optimization_guide-mac-x64;luci.chrome.try:optimization_guide-win32;luci.chrome.try:optimization_guide-win64Change-Id:I0bb0b2a818fb7f23bf89bf92d894d90dc09ac4e0Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6586747Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>Commit-Queue: Benoit Lize <lizeb@chromium.org>Owners-Override: Andrew Grieve <agrieve@chromium.org>Reviewed-by: Tomek Jurkiewicz <tju@google.com>Commit-Queue: Tomek Jurkiewicz <tju@google.com>Owners-Override: Tomek Jurkiewicz <tju@google.com>Cr-Original-Commit-Position: refs/heads/main@{#1465504}Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6588913Reviewed-by: Krishna Govind <govind@chromium.org>Owners-Override: Krishna Govind <govind@chromium.org>Cr-Commit-Position: refs/branch-heads/7203@{#4}Cr-Branched-From: 88975c35e41b18a6a94e5c1093001bb7b9cbbf42-refs/heads/main@{#1465477}
12 files changed
tree: a8e1fe179193920a27c863f17d8e675ca34960d9
  1. .github/
  2. android_webview/
  3. apps/
  4. ash/
  5. base/
  6. build/
  7. build_overrides/
  8. buildtools/
  9. cc/
  10. chrome/
  11. chromecast/
  12. chromeos/
  13. codelabs/
  14. components/
  15. content/
  16. crypto/
  17. dbus/
  18. device/
  19. docs/
  20. extensions/
  21. fuchsia_web/
  22. gin/
  23. google_apis/
  24. gpu/
  25. headless/
  26. infra/
  27. ios/
  28. ipc/
  29. media/
  30. mojo/
  31. native_client_sdk/
  32. net/
  33. pdf/
  34. ppapi/
  35. printing/
  36. remoting/
  37. rlz/
  38. sandbox/
  39. services/
  40. skia/
  41. sql/
  42. storage/
  43. styleguide/
  44. testing/
  45. third_party/
  46. tools/
  47. ui/
  48. url/
  49. webkit/
  50. clank
  51. internal
  52. ios_internal
  53. native_client
  54. signing_keys
  55. v8
  56. .clang-format
  57. .clang-tidy
  58. .clangd
  59. .git-blame-ignore-revs
  60. .gitallowed
  61. .gitattributes
  62. .gitignore
  63. .gitmodules
  64. .gn
  65. .mailmap
  66. .rustfmt.toml
  67. .vpython3
  68. .yapfignore
  69. ATL_OWNERS
  70. AUTHORS
  71. BUILD.gn
  72. CODE_OF_CONDUCT.md
  73. codereview.settings
  74. CPPLINT.cfg
  75. CRYPTO_OWNERS
  76. DEPS
  77. DIR_METADATA
  78. LICENSE
  79. LICENSE.chromium_os
  80. OWNERS
  81. PRESUBMIT.py
  82. PRESUBMIT_test.py
  83. PRESUBMIT_test_mocks.py
  84. README.md
  85. SECURITY_OWNERS
  86. WATCHLISTS
README.md

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 ishttps://www.chromium.org.

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

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

Learn how toGet 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 athttps://crbug.com/new.


[8]ページ先頭

©2009-2025 Movatter.jp