diff --git a/DEPS b/DEPS new file mode 100644 index 000000000..c70a9c390 --- /dev/null +++ b/DEPS @@ -0,0 +1,7 @@ +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"], + }, +]