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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/findit/findit_for_clusterfuzz.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [svn:src/]
2 changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium .org/svn/trunk/src/&range=%s
3 revision_url: http://src.chromium.org/viewvc/chrome?revision=%d&view=revision
4 diff_url: http://src.chromium.org/viewvc/chrome%s?r1=%d&r2=%d&pathrev=%d
5 blame_url: http://src.chromium.org/viewvc/chrome/trunk/%s?annotate=%s&pathrev=%s
6
7 [svn:src/third_party/WebKit/]
8 changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium .org/blink/trunk/&range=%s
9 revision_url: http://src.chromium.org/viewvc/blink?revision=%d&view=revision
10 diff_url: http://src.chromium.org/viewvc/blink%s?r1=%d&r2=%d&pathrev=%d
11 blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
12
13 [svn:src/third_party/WebKit/Source/]
14 changelog_url: http://build.chromium.org/cgi-bin/svn-log?url=http://src.chromium .org/blink/trunk/&range=%s
15 revision_url: http://src.chromium.org/viewvc/blink?revision=%d&view=revision
16 diff_url: http://src.chromium.org/viewvc/blink%s?r1=%d&r2=%d&pathrev=%d
17 blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
18
19 [git]
20 changelog_url: /+log/%s..%s
21 revision_url: /+/%s
22 diff_url: /%s^!/%s
23 blame_url: /+blame/%s/%s?format=json
24
25 [codereview]
26 review_url: https://codereview.chromium.org/api/%s?message=true
OLDNEW
« 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