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: scripts/slave/recipe_modules/v8/__init__.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 'archive', 2 'archive',
3 'depot_tools/bot_update', 3 'depot_tools/bot_update',
4 'depot_tools/infra_paths',
4 'chromium', 5 'chromium',
5 'commit_position', 6 'commit_position',
6 'file', 7 'file',
7 'depot_tools/gclient', 8 'depot_tools/gclient',
8 'gitiles', 9 'gitiles',
9 'gsutil', 10 'gsutil',
10 'isolate', 11 'isolate',
11 'recipe_engine/json', 12 'recipe_engine/json',
12 'recipe_engine/path', 13 'recipe_engine/path',
13 'recipe_engine/platform', 14 'recipe_engine/platform',
14 'recipe_engine/properties', 15 'recipe_engine/properties',
15 'recipe_engine/python', 16 'recipe_engine/python',
16 'recipe_engine/raw_io', 17 'recipe_engine/raw_io',
17 'recipe_engine/step', 18 'recipe_engine/step',
18 'swarming', 19 'swarming',
19 'swarming_client', 20 'swarming_client',
20 'test_utils', 21 'test_utils',
21 'recipe_engine/time', 22 'recipe_engine/time',
22 'trigger', 23 'trigger',
23 'depot_tools/tryserver', 24 'depot_tools/tryserver',
24 ] 25 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/url/example.expected/basic.json ('k') | scripts/slave/recipe_modules/v8/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698