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

Side by Side Diff: tools/findit/deps_config.json

Issue 504443004: [Findit] Improve output format and cherry-pick bugs fix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 6 years, 3 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 | « tools/findit/crash_utils.py ('k') | tools/findit/findit_for_crash.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "svn_base_url": "https://src.chromium.org/chrome/trunk/", 2 "cr_rev_url": "https://cr-rev.appspot.com/_ah/api/crrev/v1/redirect/%s",
3 "svn_deps_path": "src/DEPS?p=%s", 3 "chromium_git_base_url": "https://chromium.googlesource.com/chromium/src/",
4 "git_base_url": "https://chromium.googlesource.com/chromium/src/", 4 "chromium_git_file_url":
5 "git_deps_path": "+/%s/DEPS?format=text", 5 "https://chromium.googlesource.com/chromium/src/+/%s/%s?format=text",
6 "svn_src_chromium_url": "https://src.chromium.org/chrome", 6 "host_directories": [
7 "host_directories": ["src/chrome/browser/resources/", 7 "src/chrome/browser/resources/",
8 "src/chrome/test/data/layout_tests/", 8 "src/chrome/test/data/layout_tests/",
9 "src/media/", 9 "src/media/",
10 "src/sdch/", 10 "src/sdch/",
11 "src/testing/", 11 "src/testing/",
12 "src/third_party/WebKit/", 12 "src/third_party/WebKit/",
13 "src/third_party/", 13 "src/third_party/",
14 "src/tools/", 14 "src/tools/",
15 "src/"] 15 "src/"
16 } 16 ]
17 }
OLDNEW
« no previous file with comments | « tools/findit/crash_utils.py ('k') | tools/findit/findit_for_crash.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698