summaryrefslogtreecommitdiffstats
path: root/tools/findit/deps_config.json
blob: 57b41f9b2bf02131d441ca6efeddc7c6132ba678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "cr_rev_url": "https://cr-rev.appspot.com/_ah/api/crrev/v1/redirect/%s",
  "chromium_git_base_url": "https://chromium.googlesource.com/chromium/src/",
  "chromium_git_file_url":
      "https://chromium.googlesource.com/chromium/src/+/%s/%s?format=text",
  "host_directories": [
      "src/chrome/browser/resources/",
      "src/chrome/test/data/layout_tests/",
      "src/media/",
      "src/sdch/",
      "src/testing/",
      "src/third_party/WebKit/",
      "src/third_party/",
      "src/tools/",
      "src/"
  ]
}