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

Unified Diff: masters/master.tryserver.client.pdfium/builders.pyl

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
« no previous file with comments | « no previous file | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.client.pdfium/builders.pyl
diff --git a/masters/master.tryserver.client.pdfium/builders.pyl b/masters/master.tryserver.client.pdfium/builders.pyl
index 167492da8baa24f1fd6a61480ebbe354f9785a0a..bb9c433cab0d949c1d779c0982d6b3ce3bdc70c3 100644
--- a/masters/master.tryserver.client.pdfium/builders.pyl
+++ b/masters/master.tryserver.client.pdfium/builders.pyl
@@ -146,6 +146,16 @@
"xfa": True,
}
},
+ "win_xfa_clang": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["win_slave_pool"],
+ "category": "1xfa",
+ "properties": {
+ "xfa": True,
+ "clang": True,
+ },
+ },
"win_no_v8": {
"recipe": "pdfium",
"scheduler": None,
« no previous file with comments | « no previous file | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698