Index: gm/gm_json.py |
diff --git a/gm/gm_json.py b/gm/gm_json.py |
index 6a91cc4f513599563e14669e67dafa8931c845da..ec80436cc678f56c366df42f8185d0a1c15079b8 100644 |
--- a/gm/gm_json.py |
+++ b/gm/gm_json.py |
@@ -93,6 +93,7 @@ JSONKEY_IMAGE_COMPARISONRESULT = 'comparisonResult' |
JSONKEY_IMAGE_FILEPATH = 'filepath' |
JSONKEY_SOURCE_TILEDIMAGES = 'tiled-images' |
JSONKEY_SOURCE_WHOLEIMAGE = 'whole-image' |
+JSONKEY_GOOGLE_STORAGE_BUCKET = 'gs-bucket' |
epoger
2014/08/15 17:52:50
I think this CL is fine *except* that I think it w
rmistry
2014/08/21 13:08:29
Done.
|
# Root directory where the buildbots store their actually-generated images... |