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

Side by Side Diff: scripts/slave/recipe_modules/chromium/__init__.py

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix presubmit + move polyfill (retry) Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'step', 'path', 'json', 'properties', 'platform', 2 'gclient', # in order to have set_config automatically populate gclient
3 'gclient' # in order to have set_config automatically populate gclient 3 'json',
4 'path',
5 'platform',
6 'properties',
7 'step',
4 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698