diff --git a/DEPS b/DEPS index 03875ed8..948df7b 100644 --- a/DEPS +++ b/DEPS
@@ -40,7 +40,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and whatever else without interference from each other. - 'skia_revision': 'bba02c203190a19bce7eb60887c4ae64041c8ae8', + 'skia_revision': 'f4e498601755073fb43cdbe8db02f236ce1249a3', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. @@ -96,7 +96,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling catapult # and whatever else without interference from each other. - 'catapult_revision': '64ea47945411d898b07fe423bbd8cbf6e897ff96', + 'catapult_revision': '6866edfb97f38a69ed7dd24cf6c6d8e85bfe2dbc', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling libFuzzer # and whatever else without interference from each other. @@ -450,7 +450,11 @@ # DevTools node modules. Used on Linux buildbots only. 'src/third_party/WebKit/Source/devtools/devtools-node-modules': - Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision') + Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-modules' + '@' + Var('devtools_node_modules_revision'), + + # Minizip library. Used on Chrome OS. + 'src/third_party/minizip/src': + Var('chromium_git') + '/external/github.com/nmoinvaz/minizip' + '@' + 'dc3ad01e3d5928e9105f770b7e896a8e9fe0d3b4', }, 'android': { 'src/third_party/android_protobuf/src':