# chromium-style **Repository Path**: mirrors_chromium_googlesource/chromium-style ## Basic Information - **Project Name**: chromium-style - **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-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chrome/Chromium style theme for Gerrit ## Setup This plugin must be placed inside the Gerrit plugins directory: git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit/plugins git clone https://chromium.googlesource.com/infra/gerrit-plugins/chromium-style ## Web Plugin Development Run the commands below in web/. For checking or fixing eslint formatter problems run: make lint_test make lint_fix For testing the plugin with [Gerrit FE Dev Helper](https://gerrit.googlesource.com/gerrit-fe-dev-helper/) the following command builds the JavaScript bundle and copies it to the `plugins/chromium-style` folder: make build Start polygerit-ui server: ./polygerrit-ui/run-server.sh --plugins="plugins" and let the Dev Helper redirect from `.+/plugins/chromium-style/static/chromium-style.js` to `http://localhost:8081/plugins_/chromium-style/chromium-style.js`, `.+/plugins/chromium-style/web/chromium_logo.png` to `http://localhost:8081/plugins_/chromium-style/web/chromium_logo.png`, and `.+/plugins/chromium-style/web/chrome_logo.png` to `http://localhost:8081/plugins_/chromium-style/web/chrome_logo.png`. ## To use with the local testsite ln -s /path/to/chromium-style.js plugins/