summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Tseng <hinoka@google.com>2018-07-26 22:23:07 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-26 22:23:07 +0000
commit0af992fbe0bc6d93580dea72cb371409ab4e2659 (patch)
tree1177dc2903e54b43c10c372a5b7b0490f351e1b2
parent47dcd9b98bd880a70976e48f4a17ee423cb0239f (diff)
downloadpdfium-0af992fbe0bc6d93580dea72cb371409ab4e2659.tar.xz
[cr-buildbucket.cfg] Fix config properties
properties_j is the correct incantation to specify non-string properties. Bug: 860896 Change-Id: I0a8fd00a1b83cb9019a890a4e85b92eaaaca0d05 Reviewed-on: https://pdfium-review.googlesource.com/38950 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Ryan Tseng <hinoka@google.com>
-rw-r--r--cr-buildbucket.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index f174b06420..7e598bf81e 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -32,14 +32,14 @@ builder_mixins {
builder_mixins {
name: "skia"
recipe {
- properties: "skia:true"
+ properties_j: "skia:true"
}
}
builder_mixins {
name: "xfa"
recipe {
- properties: "xfa:true"
+ properties_j: "xfa:true"
}
}
@@ -60,7 +60,7 @@ builder_mixins {
builder_mixins {
name: "no_v8"
recipe {
- properties: "v8:false"
+ properties_j: "v8:false"
}
}
@@ -74,35 +74,35 @@ builder_mixins {
builder_mixins {
name: "clang"
recipe {
- properties: "clang:true"
+ properties_j: "clang:true"
}
}
builder_mixins {
name: "msvc"
recipe {
- properties: "msvc:true"
+ properties_j: "msvc:true"
}
}
builder_mixins {
name: "rel"
recipe {
- properties: "rel:true"
+ properties_j: "rel:true"
}
}
builder_mixins {
name: "jumbo"
recipe {
- properties: "jumbo:true"
+ properties_j: "jumbo:true"
}
}
builder_mixins {
name: "skip_test"
recipe {
- properties: "skip_test:true"
+ properties_j: "skip_test:true"
}
}