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
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64
   65
   66
   67
   68
   69
   70
   71
   72
   73
   74
   75
   76
   77
   78
   79
   80
   81

infra / archive_config / mac-arm64-archive-rel.json [blame]

{
	"archive_datas": [
        {
            "dirs": ["Chromium.app"],
            "rename_dirs": [
                {"from_dir": ".", "to_dir": "chrome-mac"}
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}/chrome-mac.zip",
            "archive_type": "ARCHIVE_TYPE_ZIP",
            "latest_upload": {
                "gcs_path": "Mac_Arm/LAST_CHANGE",
                "gcs_file_content": "{%position%}"
            },
            "revisions_file": {
                "gcs_path": "Mac_Arm/{%position%}/REVISIONS"
            }
        },
        {
            "files": [
                "chromedriver",
                "LICENSE.chromedriver"
            ],
            "rename_dirs": [
                {"from_dir": ".", "to_dir": "chromedriver_mac64"}
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}/chromedriver_mac64.zip",
            "archive_type": "ARCHIVE_TYPE_ZIP"
        },
        {
            "files": [
                "content_shell.pak",
                "icudtl.dat"
            ],
            "dirs": [
                "Content Shell.app",
                "resources"
            ],
            "rename_dirs": [
                {"from_dir": ".", "to_dir": "content-shell"}
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}/content-shell.zip",
            "archive_type": "ARCHIVE_TYPE_ZIP"
        },
        {
            "dirs": ["gen/third_party/devtools-frontend/src/front_end"],
            "rename_dirs": [
                {"from_dir": ".", "to_dir": "devtools-frontend"}
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}/devtools-frontend.zip",
            "archive_type": "ARCHIVE_TYPE_ZIP"
        },
        {
            "files": [
                "remoting-me2me-host-mac.zip"
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}",
            "archive_type": "ARCHIVE_TYPE_FILES"
        },
        {
            "files": [
                "updater.zip"
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}",
            "archive_type": "ARCHIVE_TYPE_FILES"
        },
        {
            "files": [
                "enterprise_companion.zip"
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "Mac_Arm/{%position%}",
            "archive_type": "ARCHIVE_TYPE_FILES"
        }
    ]
}