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

Unified Diff: gm/rebaseline_server/column.py

Issue 178253010: rebaseline_server: use new intermediate JSON format (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: delete accidentally-added actual result of unittest Created 6 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 side-by-side diff with in-line comments
Download patch
Index: gm/rebaseline_server/column.py
diff --git a/gm/rebaseline_server/column.py b/gm/rebaseline_server/column.py
index 7bce15a2502e05c0dcd846785cbfa535323df0fc..ca71910f0b86255661b2eaaf147c70ac3321ae61 100644
--- a/gm/rebaseline_server/column.py
+++ b/gm/rebaseline_server/column.py
@@ -10,6 +10,7 @@ ColumnHeaderFactory class (see class docstring for details)
"""
# Keys used within dictionary representation of each column header.
+# Keep these in sync with static/constants.js
rmistry 2014/02/26 17:35:39 Can we make this (and other references to constant
epoger 2014/02/26 17:56:20 Done. sed -i 's/Keep these in sync/NOTE: Keep the
KEY__HEADER_TEXT = 'headerText'
KEY__HEADER_URL = 'headerUrl'
KEY__IS_FILTERABLE = 'isFilterable'

Powered by Google App Engine
This is Rietveld 408576698