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

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

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
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 | « scripts/slave/recipes/ozone_ecs.py ('k') | scripts/slave/recipes/perf/telemetry_harness_upload.py » ('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 cc11ae93f72dc72999fc9123f56844581f5861c7..4b5fc5f79877448c307654cf9383c3f404eb0927 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', GIT_MODE=True)
+ api.gclient.set_config('pdfium')
if target_os:
api.gclient.c.target_os = {target_os}
api.bot_update.ensure_checkout(force=True)
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.py ('k') | scripts/slave/recipes/perf/telemetry_harness_upload.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698