Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timothygu/crtools
Some tools written to help Chromium development
https://github.com/timothygu/crtools
chromium golang
Last synced: 22 days ago
JSON representation
Some tools written to help Chromium development
- Host: GitHub
- URL: https://github.com/timothygu/crtools
- Owner: TimothyGu
- License: mit
- Created: 2021-06-11T21:54:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T05:50:38.000Z (over 3 years ago)
- Last Synced: 2024-10-18T16:59:45.001Z (28 days ago)
- Topics: chromium, golang
- Language: Go
- Homepage: https://pkg.go.dev/go.timothygu.me/tools/cr
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# crtools
Some tools written to help Chromium development.
- remove\_base\_macros: Remove unneeded `#include "base/macros.h"` lines.
- remove\_disallow: Expands and inlines various `DISALLOW_` macros. See
[Chromium bug 1010217](https://crbug.com/1010217) for more details.