mac-arm64-archive-rel.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "archive_datas": [
  3. {
  4. "dirs": ["Chromium.app"],
  5. "rename_dirs": [
  6. {"from_dir": ".", "to_dir": "chrome-mac"}
  7. ],
  8. "gcs_bucket": "chromium-browser-snapshots",
  9. "gcs_path": "Mac_Arm/{%position%}/chrome-mac.zip",
  10. "archive_type": "ARCHIVE_TYPE_ZIP",
  11. "latest_upload": {
  12. "gcs_path": "Mac_Arm/LAST_CHANGE",
  13. "gcs_file_content": "{%position%}"
  14. },
  15. "revisions_file": {
  16. "gcs_path": "Mac_Arm/{%position%}/REVISIONS"
  17. }
  18. },
  19. {
  20. "files": [
  21. "chromedriver"
  22. ],
  23. "rename_dirs": [
  24. {"from_dir": ".", "to_dir": "chromedriver_mac64"}
  25. ],
  26. "gcs_bucket": "chromium-browser-snapshots",
  27. "gcs_path": "Mac_Arm/{%position%}/chromedriver_mac64.zip",
  28. "archive_type": "ARCHIVE_TYPE_ZIP"
  29. },
  30. {
  31. "files": [
  32. "content_shell.pak",
  33. "icudtl.dat"
  34. ],
  35. "dirs": [
  36. "blink_deprecated_test_plugin.plugin",
  37. "blink_test_plugin.plugin",
  38. "Content Shell.app",
  39. "resources"
  40. ],
  41. "rename_dirs": [
  42. {"from_dir": ".", "to_dir": "content-shell"}
  43. ],
  44. "gcs_bucket": "chromium-browser-snapshots",
  45. "gcs_path": "Mac_Arm/{%position%}/content-shell.zip",
  46. "archive_type": "ARCHIVE_TYPE_ZIP"
  47. },
  48. {
  49. "dirs": ["gen/third_party/devtools-frontend/src/front_end"],
  50. "rename_dirs": [
  51. {"from_dir": ".", "to_dir": "devtools-frontend"}
  52. ],
  53. "gcs_bucket": "chromium-browser-snapshots",
  54. "gcs_path": "Mac_Arm/{%position%}/devtools-frontend.zip",
  55. "archive_type": "ARCHIVE_TYPE_ZIP"
  56. },
  57. {
  58. "files": [
  59. "remoting-me2me-host-mac.zip"
  60. ],
  61. "gcs_bucket": "chromium-browser-snapshots",
  62. "gcs_path": "Mac_Arm/{%position%}",
  63. "archive_type": "ARCHIVE_TYPE_FILES"
  64. },
  65. {
  66. "files": [
  67. "updater.zip"
  68. ],
  69. "gcs_bucket": "chromium-browser-snapshots",
  70. "gcs_path": "Mac_Arm/{%position%}",
  71. "archive_type": "ARCHIVE_TYPE_FILES"
  72. }
  73. ]
  74. }