| Index: scripts/slave/recipes/pdfium.py
|
| diff --git a/scripts/slave/recipes/pdfium.py b/scripts/slave/recipes/pdfium.py
|
| index 4b5fc5f79877448c307654cf9383c3f404eb0927..cc11ae93f72dc72999fc9123f56844581f5861c7 100644
|
| --- a/scripts/slave/recipes/pdfium.py
|
| +++ b/scripts/slave/recipes/pdfium.py
|
| @@ -32,7 +32,7 @@ def _CheckoutSteps(api, memory_tool, skia, xfa, v8, target_cpu, clang, gn,
|
| assert(gn)
|
|
|
| # Checkout pdfium and its dependencies (specified in DEPS) using gclient.
|
| - api.gclient.set_config('pdfium')
|
| + api.gclient.set_config('pdfium', GIT_MODE=True)
|
| if target_os:
|
| api.gclient.c.target_os = {target_os}
|
| api.bot_update.ensure_checkout(force=True)
|
|
|