Skip to content

VibeTechnologies/VibeBrowserBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Chromium Patch Workflow

1. Install dependencies and depot_tools

scripts/1-install-tools.sh
source ~/.zshrc   # or source ~/.bashrc

2. Fetch Chromium and apply patches

scripts/2-fetch-code.py

3. Configure debug build

scripts/3-configure-debug.sh

4. Build Chromium (Debug)

scripts/4-build-debug.sh

Notes

  • Place your .patch files in the patches/ directory before step 2.
  • depot_tools will be installed in ~/depot_tools and added to your shell PATH. git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors