electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

build: Add optional --project-root arg for the patching related scripts #653

Closed alexeykuzmin closed 6 years ago

alexeykuzmin commented 6 years ago

It is necessary because we have different folders hierarchy in traditional build setup with libchromiumcontent being a separate repo and in gn-based build with libchromiumcontent repo checked out inside the src/.

Usage: ./script/apply-patches --project-root=SRC_PARENT_FOLDER

Description of Change
Checklist