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

Side by Side Diff: fuzzer/go/config/config.go

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 package config
2
3 type FrontEndConfig struct {
jcgregorio 2015/02/11 12:49:11 This is already in the the 'config' package so you
humper 2015/02/11 13:17:50 Done.
4 Port string
5 ResourcePath string
6 }
7
8 var FuzzerConfig struct {
jcgregorio 2015/02/11 12:49:11 Same here. type Fuzzer struct {
humper 2015/02/11 13:17:50 Done.
9 FrontEnd FrontEndConfig
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698