Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 28afb34

Browse files
author
Raphael Kubo da Costa
committed
Move the invocation of the Google Play Services library script earlier.
Make it the first hook to be run, so that the invocation happens before the call to gyp_chromium.
1 parent f4d5f33 commit 28afb34

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.DEPS.git

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,18 @@ skip_child_includes = [
426426
]
427427

428428
hooks = [
429+
# Custom Crosswalk hook.
430+
{
431+
'action': [
432+
'python',
433+
'src/build/empty_google_play_services_lib.py'
434+
],
435+
'pattern':
436+
'.',
437+
'name':
438+
'empty_google_play_services_lib'
439+
},
440+
429441
{
430442
'action':
431443
[
@@ -797,17 +809,5 @@ hooks = [
797809
'src/tools/.*\\.py',
798810
'name':
799811
'remove_stale_pyc_files'
800-
},
801-
802-
# Custom Crosswalk hooks.
803-
{
804-
'action': [
805-
'python',
806-
'src/build/empty_google_play_services_lib.py'
807-
],
808-
'pattern':
809-
'.',
810-
'name':
811-
'empty_google_play_services_lib'
812-
}
812+
}
813813
]

DEPS

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,18 @@ deps_os = {
378378
}
379379

380380
hooks = [
381+
# Custom Crosswalk hook.
382+
{
383+
'action': [
384+
'python',
385+
'src/build/empty_google_play_services_lib.py'
386+
],
387+
'pattern':
388+
'.',
389+
'name':
390+
'empty_google_play_services_lib'
391+
},
392+
381393
{
382394
'action': [
383395
'python',
@@ -723,18 +735,6 @@ hooks = [
723735
'src/tools/.*\\.py',
724736
'name':
725737
'remove_stale_pyc_files'
726-
},
727-
728-
# Custom Crosswalk hooks.
729-
{
730-
'action': [
731-
'python',
732-
'src/build/empty_google_play_services_lib.py'
733-
],
734-
'pattern':
735-
'.',
736-
'name':
737-
'empty_google_play_services_lib'
738738
}
739739
]
740740

0 commit comments

Comments
 (0)