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

Side by Side Diff: infra/bots/compile_skia.isolate

Issue 2175373002: Move Skia recipes from build repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Partially address comments Created 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [
3 'swarm_recipe.isolate',
4 ],
2 'variables': { 5 'variables': {
3 'files': [ 6 'files': [
4 '../../../.gclient', 7 '../../../.gclient',
5 ], 8 ],
6 }, 9 },
7 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698