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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'archive', 2 'archive',
3 'depot_tools/bot_update', 3 'depot_tools/bot_update',
4 'depot_tools/infra_paths',
5 'chromium', 4 'chromium',
6 'commit_position', 5 'commit_position',
7 'file', 6 'file',
8 'depot_tools/gclient', 7 'depot_tools/gclient',
9 'gitiles', 8 'gitiles',
10 'gsutil', 9 'gsutil',
11 'isolate', 10 'isolate',
12 'recipe_engine/json', 11 'recipe_engine/json',
13 'recipe_engine/path', 12 'recipe_engine/path',
14 'recipe_engine/platform', 13 'recipe_engine/platform',
15 'recipe_engine/properties', 14 'recipe_engine/properties',
16 'recipe_engine/python', 15 'recipe_engine/python',
17 'recipe_engine/raw_io', 16 'recipe_engine/raw_io',
18 'recipe_engine/step', 17 'recipe_engine/step',
19 'swarming', 18 'swarming',
20 'swarming_client', 19 'swarming_client',
21 'test_utils', 20 'test_utils',
22 'recipe_engine/time', 21 'recipe_engine/time',
23 'trigger', 22 'trigger',
24 'depot_tools/tryserver', 23 'depot_tools/tryserver',
25 ] 24 ]
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