[comp-ui] Turn on Chrome Canary.

Bug: skia:13089
Change-Id: If43f6c440a2c03a6ecf4c2870f782d095e2b1c0d
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/558917
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Auto-Submit: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
diff --git a/comp-ui/go/compui/compui.go b/comp-ui/go/compui/compui.go
index da8d45c..7100299 100644
--- a/comp-ui/go/compui/compui.go
+++ b/comp-ui/go/compui/compui.go
@@ -136,12 +136,46 @@
 		RepoURL:       "https://chromium.googlesource.com/chromium/src",
 		CheckoutPaths: []string{"tools/browserbench-webdriver"},
 		ScriptName:    "tools/browserbench-webdriver/speedometer.py",
-		DriverType:    ChromeStableDriver,
+		DriverType:    ChromeCanaryDriver,
 		Flags: []string{
 			"--browser", "chrome",
 			"--extra-keys", "channel,stable",
 		},
 	},
+	// Chrome Canary
+	"chrome-canary-motionmark": {
+		RepoURL:       "https://chromium.googlesource.com/chromium/src",
+		CheckoutPaths: []string{"tools/browserbench-webdriver"},
+		ScriptName:    "tools/browserbench-webdriver/motionmark.py",
+		DriverType:    ChromeCanaryDriver,
+		Flags: []string{
+			"--browser", "chrome",
+			"--chrome-path", "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
+			"--extra-keys", "channel,canary",
+		},
+	},
+	"chrome-canary-jetstream": {
+		RepoURL:       "https://chromium.googlesource.com/chromium/src",
+		CheckoutPaths: []string{"tools/browserbench-webdriver"},
+		ScriptName:    "tools/browserbench-webdriver/jetstream.py",
+		DriverType:    ChromeCanaryDriver,
+		Flags: []string{
+			"--browser", "chrome",
+			"--chrome-path", "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
+			"--extra-keys", "channel,canary",
+		},
+	},
+	"chrome-canary-speedometer": {
+		RepoURL:       "https://chromium.googlesource.com/chromium/src",
+		CheckoutPaths: []string{"tools/browserbench-webdriver"},
+		ScriptName:    "tools/browserbench-webdriver/speedometer.py",
+		DriverType:    ChromeStableDriver,
+		Flags: []string{
+			"--browser", "chrome",
+			"--chrome-path", "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
+			"--extra-keys", "channel,canary",
+		},
+	},
 	// Safari Stable
 	"safari-speedometer": {
 		RepoURL:       "https://chromium.googlesource.com/chromium/src",