OLD | NEW |
---|---|
1 DEPS = [ | 1 DEPS = [ |
2 'infra_paths', | |
2 'recipe_engine/path', | 3 'recipe_engine/path', |
3 'recipe_engine/platform', | 4 'recipe_engine/platform', |
4 'recipe_engine/properties', | 5 'recipe_engine/properties', |
5 'recipe_engine/python', | 6 'recipe_engine/python', |
6 'recipe_engine/raw_io', | 7 'recipe_engine/raw_io', |
7 'recipe_engine/step', | 8 'recipe_engine/step', |
8 ] | 9 ] |
OLD | NEW |