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

Unified Diff: infra/recipes/chromium.py

Issue 2278893002: chromium: sync DEPS with the build copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/recipes/chromium.py
diff --git a/infra/recipes/chromium.py b/infra/recipes/chromium.py
index 3dbc38c6d599e272b8ef571e05272985030533ac..2688870ca971ce0a807ec45e4361551bb4863b20 100644
--- a/infra/recipes/chromium.py
+++ b/infra/recipes/chromium.py
@@ -3,13 +3,28 @@
# found in the LICENSE file.
DEPS = [
+ 'build/adb',
+ 'build/bisect_tester',
'build/chromium',
+ 'build/chromium_android',
'build/chromium_swarming',
'build/chromium_tests',
+ 'build/commit_position',
+ 'build/file',
+ 'build/gsutil',
+ 'build/isolate',
+ 'build/swarming',
'build/test_results',
'build/test_utils',
+ 'depot_tools/bot_update',
+ 'recipe_engine/json',
+ 'recipe_engine/path',
+ 'recipe_engine/platform',
'recipe_engine/properties',
+ 'recipe_engine/python',
+ 'recipe_engine/raw_io',
'recipe_engine/step',
+ 'recipe_engine/tempfile',
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698