diff options
author | weili <weili@chromium.org> | 2016-05-12 16:02:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-12 16:02:37 -0700 |
commit | f6d9a61af218b7acc1161ae231b16765ca10b526 (patch) | |
tree | ae08c28e0e52d65f0a13b93e12ba7ccccc9f0da6 /infra/config/cq.cfg | |
parent | 28c7844c1ef5ea0c8727b890e9ff56b593119a00 (diff) | |
download | pdfium-f6d9a61af218b7acc1161ae231b16765ca10b526.tar.xz |
Add GN bots into commit queuechromium/2738chromium/2737chromium/2736
Review-Url: https://codereview.chromium.org/1978453004
Diffstat (limited to 'infra/config/cq.cfg')
-rw-r--r-- | infra/config/cq.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 90dbfc8d65..4ab16aaff5 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -49,6 +49,15 @@ verifiers { builders { name: "win_no_v8" } + builders { + name: "linux_xfa_rel_gn" + } + builders { + name: "mac_xfa_rel_gn" + } + builders { + name: "win_xfa_64_rel_gn" + } } } } |