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

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

Issue 2085733002: Add a windows_xfa_clang trybot and enable clang_use_chrome_plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 6 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
Index: scripts/slave/recipes/pdfium.py
diff --git a/scripts/slave/recipes/pdfium.py b/scripts/slave/recipes/pdfium.py
index d091408463323f2e04940810616014c91d8ed883..a9e74f3cd593ea69fdaec152005c7e7651e5ecb4 100644
--- a/scripts/slave/recipes/pdfium.py
+++ b/scripts/slave/recipes/pdfium.py
@@ -80,7 +80,6 @@ def _GNGenBuilds(api, skia, xfa, v8, rel, target_os, out_dir):
'pdf_enable_xfa=%s' % gn_bool[xfa],
'pdf_use_skia=%s' % gn_bool[skia],
'pdf_is_standalone=true',
- 'clang_use_chrome_plugins=false',
]
if target_os:
args.append('target_os="%s"' % target_os)
« no previous file with comments | « masters/master.tryserver.client.pdfium/builders.pyl ('k') | scripts/slave/recipes/pdfium.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698