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

Side by Side Diff: infra/config/recipes.cfg

Issue 2585583007: Remove recipes.py and friends from chromium/src (for now). (Closed)
Patch Set: Remove presubmit too Created 4 years 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 | « infra/README.md ('k') | infra/recipes.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 api_version: 1
2 project_id: "chromium"
3 recipes_path: "infra"
4 deps {
5 project_id: "build"
6 url: "https://chromium.googlesource.com/chromium/tools/build.git"
7 branch: "master"
8 revision: "f5f3218e34b3e23bc3a423f01a270c41a2fa4d06"
9 }
10 deps {
11 project_id: "depot_tools"
12 url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
13 branch: "master"
14 revision: "e672f93953647876df1468e9c1e02ea4aa3da4be"
15 }
16 deps {
17 project_id: "recipe_engine"
18 url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.gi t"
19 branch: "master"
20 revision: "67fe1f3ccee14c273b3d7d6235280497b4413cba"
21 }
OLDNEW
« no previous file with comments | « infra/README.md ('k') | infra/recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698