diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -70,6 +70,13 @@ hooks = [ "src/src/client/windows/breakpad_client.gyp"], }, { + # XXX: this and above should all be wired into build/all.gyp ? + "action": ["python", + "src/src/tools/gyp/gyp_main.py", + "--no-circular-check", + "src/src/tools/windows/tools_windows.gyp"], + }, + { # Keep the manifest up to date. "action": ["python", "src/src/tools/python/deps-to-manifest.py", "src/DEPS", "src/default.xml"], |