diff --git a/DEPS b/DEPS index c70a9c390..8c0cccb54 100644 --- a/DEPS +++ b/DEPS @@ -2,6 +2,6 @@ hooks = [ { # A change to a .gyp, .gypi, or to GYP itself should run the generator. "pattern": ".", - "action": ["cmd", "/c", "call", "src/cef/cef_create_projects.bat"], + "action": ["cd", "src\cef", "&", "call", "cef_create_projects.bat", "&", "cd", "..\.."], }, ]