mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: gn: commit patches after they have been applied (#14147)
* chore: bump libcc * build: gn: commit patches after they have been applied It prevents a hooks run failure when `gclient sync` is called for a second time. Error message: ``` error: ui/latency/ui_latency_export.h: already exists in working directory latency_info.patch failed to apply ```
This commit is contained in:
committed by
Charles Kerr
parent
8adc24eef9
commit
aca2293fa9
6
DEPS
6
DEPS
@@ -2,7 +2,7 @@ vars = {
|
||||
'chromium_version':
|
||||
'66.0.3359.181',
|
||||
'libchromiumcontent_revision':
|
||||
'd6411e421b0b2f0105d274ac4e5c90dc979463ca',
|
||||
'5ff3486fc02a6a7b4b9e31d81034c4583c21114a',
|
||||
'node_version':
|
||||
'ece0a06ac8147efb5b5af431c21f312f1884616e',
|
||||
|
||||
@@ -33,7 +33,9 @@ hooks = [
|
||||
{
|
||||
'action': [
|
||||
'python',
|
||||
'src/libchromiumcontent/script/apply-patches'
|
||||
'src/libchromiumcontent/script/apply-patches',
|
||||
'--project-root=.',
|
||||
'--commit'
|
||||
],
|
||||
'pattern':
|
||||
'src/libchromiumcontent',
|
||||
|
||||
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
Submodule vendor/libchromiumcontent updated: d6411e421b...5ff3486fc0
Reference in New Issue
Block a user