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

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

Issue 2438173004: WebRTC: Use Chromium's GTestTest for Android (Closed)
Patch Set: Rebasing to be sure. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_android', 5 'chromium_android',
6 'chromium_checkout', 6 'chromium_checkout',
7 'chromium_swarming', 7 'chromium_swarming',
8 'chromium_tests',
8 'commit_position', 9 'commit_position',
9 'file', 10 'file',
10 'gsutil', 11 'gsutil',
11 'depot_tools/gclient', 12 'depot_tools/gclient',
12 'isolate', 13 'isolate',
14 'recipe_engine/json',
13 'recipe_engine/path', 15 'recipe_engine/path',
14 'recipe_engine/platform', 16 'recipe_engine/platform',
15 'recipe_engine/properties', 17 'recipe_engine/properties',
16 'recipe_engine/python', 18 'recipe_engine/python',
17 'recipe_engine/step', 19 'recipe_engine/step',
18 'swarming', 20 'swarming',
19 'test_utils', 21 'test_utils',
22 'test_results',
20 'trigger', 23 'trigger',
21 'depot_tools/tryserver', 24 'depot_tools/tryserver',
22 'zip', 25 'zip',
23 ] 26 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/webrtc/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698