diff --git a/.DEPS.git b/.DEPS.git index e42fa9661c279..c484d4622263a 100644 --- a/.DEPS.git +++ b/.DEPS.git @@ -426,6 +426,18 @@ skip_child_includes = [ ] hooks = [ + # Custom Crosswalk hook. + { + 'action': [ + 'python', + 'src/build/empty_google_play_services_lib.py' + ], + 'pattern': + '.', + 'name': + 'empty_google_play_services_lib' + }, + { 'action': [ @@ -797,17 +809,5 @@ hooks = [ 'src/tools/.*\\.py', 'name': 'remove_stale_pyc_files' -}, - - # Custom Crosswalk hooks. - { - 'action': [ - 'python', - 'src/build/empty_google_play_services_lib.py' - ], - 'pattern': - '.', - 'name': - 'empty_google_play_services_lib' - } +} ] diff --git a/DEPS b/DEPS index 0d287d1c5a50c..eb3ae5aa390c7 100644 --- a/DEPS +++ b/DEPS @@ -378,6 +378,18 @@ deps_os = { } hooks = [ + # Custom Crosswalk hook. + { + 'action': [ + 'python', + 'src/build/empty_google_play_services_lib.py' + ], + 'pattern': + '.', + 'name': + 'empty_google_play_services_lib' + }, + { 'action': [ 'python', @@ -723,18 +735,6 @@ hooks = [ 'src/tools/.*\\.py', 'name': 'remove_stale_pyc_files' - }, - - # Custom Crosswalk hooks. - { - 'action': [ - 'python', - 'src/build/empty_google_play_services_lib.py' - ], - 'pattern': - '.', - 'name': - 'empty_google_play_services_lib' } ]