|
Setup basic Runtime with properties and platform.
Create the recipe engine Runtime class, which contains runtime-global
recipe engine state. Currently, that consists of the initial property
set and the operating platform.
Integrate Runtime into "run_recipe".
Standardize on platform semantics, exposing it to the "platform" recipe
module via the new PlatformClient recipe engine client.
BUG= chromium:628770
TEST=unit
Total comments: 16
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+216 lines, -130 lines) |
Patch |
 |
M |
recipe_engine/doc.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
recipe_engine/loader.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
recipe_engine/recipe_api.py
|
View
|
1
2
|
2 chunks |
+44 lines, -5 lines |
2 comments
|
Download
|
 |
M |
recipe_engine/run.py
|
View
|
1
2
|
11 chunks |
+50 lines, -43 lines |
0 comments
|
Download
|
 |
M |
recipe_engine/simulation_test.py
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
recipe_engine/types.py
|
View
|
1
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
recipe_engine/unittests/loader_test.py
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
recipe_engine/unittests/run_test.py
|
View
|
1
2
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
recipe_engine/util.py
|
View
|
1
|
2 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
recipe_modules/platform/api.py
|
View
|
1
|
2 chunks |
+20 lines, -51 lines |
0 comments
|
Download
|
 |
M |
recipe_modules/properties/api.py
|
View
|
1
2
|
3 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
M |
recipes.py
|
View
|
|
3 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 18 (4 generated)
|