From 6b058e094d95a5c100125f64d66752f52e530125 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Thu, 26 Jan 2017 22:45:54 +0100 Subject: [PATCH] Remove GYP execution in DEPS runhooks GYP is deprecated and execution will break soon, so remove it from executing during runhooks already. BUG=libyuv:674 Change-Id: If8b7b97d719b85e4b5658fb82fe5ae940e8ceaa3 Reviewed-on: https://chromium-review.googlesource.com/433877 Reviewed-by: Frank Barchard Commit-Queue: Frank Barchard --- DEPS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/DEPS b/DEPS index ed16637b3..e025cda68 100644 --- a/DEPS +++ b/DEPS @@ -49,9 +49,4 @@ hooks = [ Var('root_dir'), ], }, - { - # A change to a .gyp, .gypi, or to GYP itself should run the generator. - 'pattern': '.', - 'action': ['python', Var('root_dir') + '/gyp_libyuv'], - }, ]