Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
scan_deps.py File Reference

Go to the source code of this file.

Classes

class  scan_deps.VarImpl
 

Namespaces

namespace  scan_deps
 

Functions

 scan_deps.extract_deps (deps_file)
 
 scan_deps.parse_readme ()
 
 scan_deps.get_common_ancestor (dep, deps_list)
 
 scan_deps.parse_args (args)
 
 scan_deps.write_manifest (deps, manifest_file)
 
 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, '..'))
 
str scan_deps.CHROMIUM_README_FILE = 'third_party/accessibility/README.md'
 
int scan_deps.CHROMIUM_README_COMMIT_LINE = 4
 
str scan_deps.CHROMIUM = 'https://chromium.googlesource.com/chromium/src'
 
str scan_deps.DEP_CLONE_DIR = CHECKOUT_ROOT + '/clone-test'
 
 scan_deps.DEPS = os.path.join(CHECKOUT_ROOT, 'DEPS')
 
str scan_deps.UPSTREAM_PREFIX = 'upstream_'