1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44

infra / archive_config / linux-chromiumos-full.json [blame]

{
    "archive_datas": [
        {
            "files": [
                "chrome",
                "chrome-wrapper",
                "chrome_100_percent.pak",
                "chrome_200_percent.pak",
                "chrome_crashpad_handler",
                "icudtl.dat",
                "keyboard_resources.pak",
                "libEGL.so",
                "libGLESv2.so",
                "libminigbm.so",
                "MEIPreload/manifest.json",
                "MEIPreload/preloaded_data.pb",
                "nacl_helper",
                "nacl_helper_bootstrap",
                "nacl_irt_x86_64.nexe",
                "PrivacySandboxAttestationsPreloaded/manifest.json",
                "PrivacySandboxAttestationsPreloaded/privacy-sandbox-attestations.dat",
                "product_logo_48.png",
                "resources.pak",
                "snapshot_blob.bin",
                "xdg-mime",
                "xdg-settings"
            ],
            "dirs": ["locales", "resources", "mojo_service_manager"],
            "rename_dirs": [
                {"from_dir": ".", "to_dir": "chrome-chromeos"}
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Linux_ChromiumOS_Full/{%position%}/chrome-chromeos.zip",
            "archive_type": "ARCHIVE_TYPE_ZIP",
            "latest_upload": {
                "gcs_path": "Linux_ChromiumOS_Full/LAST_CHANGE",
                "gcs_file_content": "{%position%}"
            },
            "revisions_file": {
                "gcs_path": "Linux_ChromiumOS_Full/{%position%}/REVISIONS"
            }
        }
    ]
}