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

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

Issue 2163223002: Add basic chromium recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | 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
1 api_version: 1 1 api_version: 1
2 project_id: "chromium" 2 project_id: "chromium"
3 recipes_path: "infra" 3 recipes_path: "infra"
4 deps { 4 deps {
5 project_id: "build"
6 url: "https://chromium.googlesource.com/chromium/tools/build.git"
7 branch: "master"
8 revision: "18266e6ec0d831d58f3c158bb0cf483c36ddb9dd"
9 }
10 deps {
5 project_id: "depot_tools" 11 project_id: "depot_tools"
6 url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git" 12 url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
7 branch: "master" 13 branch: "master"
8 revision: "dbb6f8246b47bbf47848618d7ae089f9233d0171" 14 revision: "6a33f2528314b17e7f7643e6fe6401ddd29de205"
9 } 15 }
10 deps { 16 deps {
11 project_id: "recipe_engine" 17 project_id: "recipe_engine"
12 url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.gi t" 18 url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.gi t"
13 branch: "master" 19 branch: "master"
14 revision: "44b384f9b4f1085e9cfe43ea6308735a3af8d4e5" 20 revision: "1f4e7683113215117af63084dfef12ef06ac2896"
15 } 21 }
OLDNEW
« no previous file with comments | « no previous file | infra/recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698