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

Unified Diff: media/tools/layout_tests/layouttest_analyzer.py

Issue 2471733003: Update or remove any remaining references to viewvc/blink. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « content/common/page_state_serialization.cc ('k') | media/tools/layout_tests/layouttest_analyzer_helpers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/layout_tests/layouttest_analyzer.py
diff --git a/media/tools/layout_tests/layouttest_analyzer.py b/media/tools/layout_tests/layouttest_analyzer.py
index 56687674eec3c8787065d6d57cf723ed63f40937..f0ba917f79a1f1d26d628c326ebc6fc7e36d1936 100755
--- a/media/tools/layout_tests/layouttest_analyzer.py
+++ b/media/tools/layout_tests/layouttest_analyzer.py
@@ -14,7 +14,7 @@ import time
import layouttest_analyzer_helpers
from layouttest_analyzer_helpers import DEFAULT_REVISION_VIEW_URL
import layouttests
-from layouttests import DEFAULT_LAYOUTTEST_SVN_VIEW_LOCATION
+from layouttests import DEFAULT_LAYOUTTEST_LOCATION
from test_expectations import TestExpectations
from trend_graph import TrendGraph
@@ -322,7 +322,7 @@ def UpdateTrendGraph(start_time, analyzer_result_map, diff_map, simple_rev_str,
test_str += name + ','
# This is link to test HTML in SVN.
links += ('<a href="%s%s">%s</a>' %
- (DEFAULT_LAYOUTTEST_SVN_VIEW_LOCATION, name, name))
+ (DEFAULT_LAYOUTTEST_LOCATION, name, name))
if test_str:
anno = '\'' + test_str + '\''
# The annotation of passing rate is a union of all annotations.
« no previous file with comments | « content/common/page_state_serialization.cc ('k') | media/tools/layout_tests/layouttest_analyzer_helpers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698