This repository was archived by the owner on Apr 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,18 @@ skip_child_includes = [
426
426
]
427
427
428
428
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
+
429
441
{
430
442
'action':
431
443
[
@@ -797,17 +809,5 @@ hooks = [
797
809
'src/tools/.*\\.py',
798
810
'name':
799
811
'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
+ }
813
813
]
Original file line number Diff line number Diff line change @@ -378,6 +378,18 @@ deps_os = {
378
378
}
379
379
380
380
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
+
381
393
{
382
394
'action' : [
383
395
'python' ,
@@ -723,18 +735,6 @@ hooks = [
723
735
'src/tools/.*\\ .py' ,
724
736
'name' :
725
737
'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'
738
738
}
739
739
]
740
740
You can’t perform that action at this time.
0 commit comments