use_relative_paths = True # Only these hosts are allowed for dependencies in this DEPS file. # If you need to add a new host, contact chrome infrastracture team. allowed_hosts = [ 'chromium-clang-format', ] deps = { 'win-format': { 'bucket': 'chromium-clang-format', 'condition': 'host_os == "win"', 'dep_type': 'gcs', 'objects': [ { 'object_name': '49458d4c1e884a38308f8dc6a2c7eb55fc478755', 'sha256sum': '2f964ea355762d28005568a1cf888114d13b18631c618543586fb40589a22224', 'size_bytes': 3214848, 'generation': 1699478813805380, 'output_file': 'clang-format.exe', }, ], }, 'mac-format': { 'bucket': 'chromium-clang-format', 'condition': 'host_os == "mac" and host_cpu == "x64"', 'dep_type': 'gcs', 'objects': [ { 'object_name': '0b4bd257a1f4cd27d27d6919b0f9e52ecdfa8f1e', 'sha256sum': '0f3c38a6af0a04fd4161f1948f02e83a8827727e77242d3b5b61ae4f009a270a', 'size_bytes': 2869976, 'generation': 1699478821342910, 'output_file': 'clang-format', }, ], }, 'mac_arm64-format': { 'bucket': 'chromium-clang-format', 'condition': 'host_os == "mac" and host_cpu == "arm64"', 'dep_type': 'gcs', 'objects': [ { 'object_name': '96c34e77259c4cc1fc7bdf067fc058bfd341ab85', 'sha256sum': '66c5243cd530702defcbe18dffdbed0da9a3d1474b158a949580f6d269fbac17', 'size_bytes': 2847744, 'generation': 1699478828600976, 'output_file': 'clang-format', }, ], }, 'linux64-format': { 'bucket': 'chromium-clang-format', 'condition': 'host_os == "linux"', 'dep_type': 'gcs', 'objects': [ { 'object_name': 'b42097ca924d1f1736a5a7806068fed9d7345eb4', 'sha256sum': '82df59a7d4390892c3eeaf0c8bf626e2869f1138a6ad3eb90dd51da0011ba630', 'size_bytes': 3539912, 'generation': 1699478806427152, 'output_file': 'clang-format', }, ], }, }