|
|
Some changes to allow recipes and modules to live noncentrally
* This allows recipe modules to be loaded by path instead of by a global name. When this is done, a local name is specified for the dependency.
* The RECIPE_MODULES pseudopackage containing all modules is gone, replaced with a DEPS pseudopackage which only contains the dependencies of a module, identified by their local name.
This is a stepping stone. We will eventually depend on repos, not paths, but this makes sure that things are decoupled enough from global names to do so.
Internal side changes: https://chromereviews.googleplex.com/187467013
BUG= 459840
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295160
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+396 lines, -287 lines) |
Patch |
 |
M |
scripts/slave/README.recipes.md
|
View
|
1
2
3
|
1 chunk |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/annotated_run.py
|
View
|
1
2
3
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_api.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_config_types.py
|
View
|
1
2
3
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_loader.py
|
View
|
1
2
3
|
5 chunks |
+293 lines, -229 lines |
0 comments
|
Download
|
 |
D |
scripts/slave/recipe_modules/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/auto_bisect/bisector_test.py
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/bot_update/api.py
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromite/config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/chromium_android/chromium_config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/gclient/config.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/libyuv/chromium_config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/libyuv/gclient_config.py
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/syzygy/chromium_config.py
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/syzygy/config.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/syzygy/gclient_config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/test_utils/api.py
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/v8/api.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/v8/chromium_config.py
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/v8/gclient_config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/v8/test_api.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/webrtc/api.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/webrtc/chromium_android_config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/webrtc/chromium_config.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/webrtc/gclient_config.py
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/webrtc/test_api.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipes/chromium_gn.py
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/unittests/recipe_configs_test.py
|
View
|
1
2
3
|
3 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/unittests/recipe_lint.py
|
View
|
1
2
3
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/unittests/recipe_simulation_test.py
|
View
|
1
2
3
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
scripts/tools/show_me_the_modules.py
|
View
|
1
2
3
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
Total messages: 12 (3 generated)
|