Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: scripts/slave/recipes/pdfium.py

Issue 2269233002: Make pdfium recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/pdfium.expected/android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | scripts/slave/recipes/pdfium.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698