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

Unified Diff: tools/findit/config.ini

Issue 468823003: [Findit] findit algorithms and a cluster-fuzz implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed codereview 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 | « no previous file | tools/findit/findit_for_clusterfuzz.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/findit/config.ini
diff --git a/tools/findit/config.ini b/tools/findit/config.ini
new file mode 100644
index 0000000000000000000000000000000000000000..97a7e161b774e019b10fa79909dcd9ed7961f64d
--- /dev/null
+++ b/tools/findit/config.ini
@@ -0,0 +1,26 @@
+[svn:src/]
+changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium.org/svn/trunk/src/&range=%s
+revision_url: http://src.chromium.org/viewvc/chrome?revision=%d&view=revision
+diff_url: http://src.chromium.org/viewvc/chrome%s?r1=%d&r2=%d&pathrev=%d
+blame_url: http://src.chromium.org/viewvc/chrome/trunk/%s?annotate=%s&pathrev=%s
+
+[svn:src/third_party/WebKit/]
+changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium.org/blink/trunk/&range=%s
+revision_url: http://src.chromium.org/viewvc/blink?revision=%d&view=revision
+diff_url: http://src.chromium.org/viewvc/blink%s?r1=%d&r2=%d&pathrev=%d
+blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
+
+[svn:src/third_party/WebKit/Source/]
+changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium.org/blink/trunk/&range=%s
+revision_url: http://src.chromium.org/viewvc/blink?revision=%d&view=revision
+diff_url: http://src.chromium.org/viewvc/blink%s?r1=%d&r2=%d&pathrev=%d
+blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
+
+[git]
+changelog_url: /+log/%s..%s
+revision_url: /+/%s
+diff_url: /%s^!/%s
+blame_url: /+blame/%s/%s?format=json
+
+[codereview]
+review_url: https://codereview.chromium.org/api/%s?message=true
« no previous file with comments | « no previous file | tools/findit/findit_for_clusterfuzz.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698