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

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

Issue 2147913002: webrtc: drop dependency on chromium_tests; extract chromium_swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'archive', 2 'archive',
3 'depot_tools/bot_update', 3 'depot_tools/bot_update',
4 'chromium', 4 'chromium',
5 'chromium_tests',
6 'chromium_android', 5 'chromium_android',
6 'chromium_swarming',
7 'commit_position', 7 'commit_position',
8 'file', 8 'file',
9 'depot_tools/gclient', 9 'depot_tools/gclient',
10 'isolate', 10 'isolate',
11 'recipe_engine/path', 11 'recipe_engine/path',
12 'recipe_engine/platform', 12 'recipe_engine/platform',
13 'recipe_engine/properties', 13 'recipe_engine/properties',
14 'recipe_engine/python', 14 'recipe_engine/python',
15 'recipe_engine/step', 15 'recipe_engine/step',
16 'swarming', 16 'swarming',
17 'test_utils', 17 'test_utils',
18 'trigger', 18 'trigger',
19 'depot_tools/tryserver', 19 'depot_tools/tryserver',
20 ] 20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698