# build_1 **Repository Path**: mirrors_chromium_googlesource/build_1 ## Basic Information - **Project Name**: build_1 - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Recipes If you're here to make a change to 'recipes' (the code located in the `recipes` directory), please take a look at the [README](./recipes/README.md) for more information pertaining to recipes. ## Style The preferred style is PEP8 with two-space indent. Functions use `lowercase_with_underscores`, with the exception of the special functions `RunSteps` and `RunTests` in recipes. Use yapf (`git cl format --no-clang-format`) to autoformat new code.