build: add "apply_patches" flag to gclient (#15079)

This commit is contained in:
Alexey Kuzmin 2018-10-11 15:10:26 +02:00 committed by GitHub
parent 6c3d29712f
commit 99f5f17a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
DEPS
View file

@ -24,6 +24,9 @@ vars = {
'requests_git': 'https://github.com/kennethreitz',
'yaml_git': 'https://github.com/yaml',
# To be able to build clean Chromium from sources.
'apply_patches': True,
# Python interface to Amazon Web Services. Is used for releases only.
'checkout_boto': False,
@ -68,6 +71,7 @@ deps = {
hooks = [
{
'name': 'patch_chromium',
'condition': 'apply_patches',
'pattern': 'src/electron',
'action': [
'python',