| 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': '565cab9c66d61360c27c7d4df5defe1a78ab56d3', |
| 'sha256sum': '5557943a174e3b67cdc389c10b0ceea2195f318c5c665dd77a427ed01a094557', |
| 'size_bytes': 3784704, |
| 'generation': 1738622386314064, |
| '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': '7d46d237f9664f41ef46b10c1392dcb559250f25', |
| 'sha256sum': '0c3c13febeb0495ef0086509c24605ecae9e3d968ff9669d12514b8a55c7824e', |
| 'size_bytes': 3204008, |
| 'generation': 1738622388489334, |
| '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': '8503422f469ae56cc74f0ea2c03f2d872f4a2303', |
| 'sha256sum': 'dabf93691361e8bd1d07466d67584072ece5c24e2b812c16458b8ff801c33e29', |
| 'size_bytes': 3212560, |
| 'generation': 1738622390717009, |
| 'output_file': 'clang-format', |
| }, |
| ], |
| }, |
| 'linux64-format': { |
| 'bucket': 'chromium-clang-format', |
| 'condition': 'host_os == "linux"', |
| 'dep_type': 'gcs', |
| 'objects': [ |
| { |
| 'object_name': '79a7b4e5336339c17b828de10d80611ff0f85961', |
| 'sha256sum': '889266a51681d55bd4b9e02c9a104fa6ee22ecdfa7e8253532e5ea47e2e4cb4a', |
| 'size_bytes': 3899440, |
| 'generation': 1738622384130717, |
| 'output_file': 'clang-format', |
| }, |
| ], |
| }, |
| } |