Figure out the way for test_runner.pydeps to handle non-python dependencies |
||
Issue descriptionbuild/android/test_runner.pydeps script figures out which python deps to be included for the isolate by following the import statements. However, a python file may have non python dependencies. The two examples we know so far are: 1) Some global lock file (https://codereview.chromium.org/2331033004/) 2) Some json file that contains some data to be used by the python module. e.g: https://github.com/catapult-project/catapult/blob/master/common/py_utils/py_utils/chrome_binaries.json We should figure out how to proceed with these files.
,
Aug 1
|
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Sep 13 2016