Edit

kc3-lang/angle/third_party/jdk/README.chromium

Branch :

  • Show log

    Commit

  • Author : Rachael Newitt
    Date : 2025-09-25 02:47:45
    Hash : c4e942d6
    Message : Tidy up some README.chromium files in Angle. Backfills the Update Mechanism field for dependencies and cleans up some of the other fields which are out of date. Bug: chromium:379934539 Change-Id: I9a952e905ce00c379c4d593dd67b7e0fc6f1794e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6981101 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>

  • third_party/jdk/README.chromium
  • Name: Java Development Kit
    Short Name: JDK
    URL: https://openjdk.java.net/
    Version: 11.0.4
    Update Mechanism: Manual
    License: GPL v2
    Security Critical: no
    Shipped: no
    
    Description:
    The Java Development Kit (JDK) is a software development environment used for
    developing Java applications and applets. (linux-x64)
    
    How to update:
    For the `jdk` directory:
    1. Find the specific version you want to update from
       https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u#JDK11u-Releases
    2. Click the link "[Binaries]" for the specific version.
    3. Copy the link address of the asset "OpenJDK11U-jre_x64_linux_<specific_version>.tar.gz"
    4. Update the "download_url" and "version" in 3pp/3pp.pb with the desired values.
    5. Upload and land the CL.
    6. Wait for the 3pp packager (https://ci.chromium.org/p/chromium/builders/ci/3pp-linux-amd64-packager)
       to create the new instance at https://chrome-infra-packages.appspot.com/p/chromium/third_party/jdk/+/
    7. Update instance ID in //DEPS
    
    For the `jdk/extras` subdirectory:
    1. Find the specific version you want to update from
       https://wiki.openjdk.java.net/display/jdk8u#Main-Releases
    2. Click the link "[Binaries]" for the specific version.
    3. Copy the link address of the asset "OpenJDK8U-jdk_x64_linux_<specific_version>.tar.gz"
    4. Update the "download_url" and "version" in 3pp/3pp.pb with the desired values.
    5. Upload and land the CL.
    6. Wait for the 3pp packager (https://ci.chromium.org/p/chromium/builders/ci/3pp-linux-amd64-packager)
       to create the new instance at https://chrome-infra-packages.appspot.com/p/chromium/third_party/jdk/extras/+/
    7. Update instance ID in //DEPS
    
    Local Modifications:
    None
    
    This directory is copied from Chromium's third_party/jdk for standalone ANGLE builds.