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

Unified Diff: scripts/tools/blink_roller/auto_roll_test.py

Issue 515893002: Fix ARB regexp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Add a comment to DEPS_CONTENT Created 6 years, 4 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
« no previous file with comments | « scripts/tools/blink_roller/auto_roll.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/tools/blink_roller/auto_roll_test.py
diff --git a/scripts/tools/blink_roller/auto_roll_test.py b/scripts/tools/blink_roller/auto_roll_test.py
index 97718d33983c97aaa2082db4041c2aee537ec19e..f987346d9b0aeb5b163408b819c7dd794a4805d3 100755
--- a/scripts/tools/blink_roller/auto_roll_test.py
+++ b/scripts/tools/blink_roller/auto_roll_test.py
@@ -406,7 +406,7 @@ class AutoRollTestGit(AutoRollTestBase):
DEPS_CONTENT = '''
vars = {
- 'test_project_revision': '%s',
+ 'test_project_revision': '%s', # Some comment.
}
''' % OLD_REV
« no previous file with comments | « scripts/tools/blink_roller/auto_roll.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698