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

Unified 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, 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 | « tools/findit/crash_utils.py ('k') | tools/findit/findit_for_crash.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/findit/deps_config.json
diff --git a/tools/findit/deps_config.json b/tools/findit/deps_config.json
index 203202b573c60e246dfafdf66b2e33cd21758a8f..57b41f9b2bf02131d441ca6efeddc7c6132ba678 100644
--- a/tools/findit/deps_config.json
+++ b/tools/findit/deps_config.json
@@ -1,16 +1,17 @@
{
-"svn_base_url": "https://src.chromium.org/chrome/trunk/",
-"svn_deps_path": "src/DEPS?p=%s",
-"git_base_url": "https://chromium.googlesource.com/chromium/src/",
-"git_deps_path": "+/%s/DEPS?format=text",
-"svn_src_chromium_url": "https://src.chromium.org/chrome",
-"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/"]
-}
+ "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/"
+ ]
+}
« 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