Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Classes | |
class | scan_deps.VarImpl |
Namespaces | |
namespace | scan_deps |
Functions | |
def | scan_deps.extract_deps (deps_file) |
def | scan_deps.parse_readme () |
def | scan_deps.get_common_ancestor (dep, deps_list) |
def | scan_deps.parse_args (args) |
def | scan_deps.write_manifest (deps, manifest_file) |
def | scan_deps.main (argv) |
Variables | |
scan_deps.SCRIPT_DIR = os.path.dirname(sys.argv[0]) | |
scan_deps.CHECKOUT_ROOT = os.path.realpath(os.path.join(SCRIPT_DIR, '..')) | |
string | scan_deps.CHROMIUM_README_FILE = 'third_party/accessibility/README.md' |
int | scan_deps.CHROMIUM_README_COMMIT_LINE = 4 |
string | scan_deps.CHROMIUM = 'https://chromium.googlesource.com/chromium/src' |
string | scan_deps.DEP_CLONE_DIR = CHECKOUT_ROOT + '/clone-test' |
scan_deps.DEPS = os.path.join(CHECKOUT_ROOT, 'DEPS') | |
string | scan_deps.UPSTREAM_PREFIX = 'upstream_' |