Flutter Engine
The Flutter Engine
|
Functions | |
def | isDryRun () |
def | isVerbose () |
def | chromiumDirectory () |
def | RunCommand (cmd, valid_exits=[0]) |
def | anyDartFixMe (filepath) |
def | subpath (path, base_dir) |
def | copy_files (source_dir, src_prefix, destination_dir) |
def | remove_obsolete_webcore_files (webcore_dir, webkit_dir, subdir) |
def | ParseOptions () |
def | GetDepsFromGit () |
def | ValidateGitRemotes () |
def | getChromiumSHA () |
def | getCurrentDartSHA () |
def | GetDEPSWebCoreGitRevision (deps, component) |
def | copy_subdir (src, src_prefix, dest, subdir) |
def | main () |
Variables | |
string | DEPS_GIT = "https://raw.githubusercontent.com/dart-lang/sdk/master/DEPS" |
string | CHROME_TRUNK = "https://chromium.googlesource.com" |
string | WEBKIT_SHA_PATTERN = r'"WebCore_rev": "(\S+)",' |
string | GIT_REMOTES_CHROMIUM = 'https://chromium.googlesource.com/chromium/src.git' |
string | SOURCE_FILE_DIR = 'tools/dom/scripts' |
string | WEBKIT_SOURCE = 'src/third_party/WebKit/Source' |
string | WEBCORE_SOURCE = 'third_party/WebCore' |
string | WEBKIT_BLINK_SOURCE = 'src/third_party/blink' |
string | WEBCORE_BLINK_SOURCE = 'third_party/WebCore/blink' |
string | IDL_EXTENDED_ATTRIBUTES_FILE = 'IDLExtendedAttributes.txt' |
string | DART_SDK_GENERATOR_SCRIPTS = 'bindings/dart/scripts' |
string | PYTHON_INITS = '__init__.py' |
list | SUBDIRS |
string | IDL_EXT = '.idl' |
string | PY_EXT = '.py' |
string | LICENSE_FILE_PREFIX = 'LICENSE' |
string | DART_CHANGES = ' FIXMEDART: ' |
options = None | |
list | warning_messages = [] |
def scripts.idlsync.anyDartFixMe | ( | filepath | ) |
Definition at line 132 of file idlsync.py.
def scripts.idlsync.chromiumDirectory | ( | ) |
Definition at line 110 of file idlsync.py.
def scripts.idlsync.copy_files | ( | source_dir, | |
src_prefix, | |||
destination_dir | |||
) |
Definition at line 157 of file idlsync.py.
def scripts.idlsync.copy_subdir | ( | src, | |
src_prefix, | |||
dest, | |||
subdir | |||
) |
Definition at line 356 of file idlsync.py.
def scripts.idlsync.getChromiumSHA | ( | ) |
Definition at line 306 of file idlsync.py.
def scripts.idlsync.getCurrentDartSHA | ( | ) |
Definition at line 322 of file idlsync.py.
def scripts.idlsync.GetDepsFromGit | ( | ) |
Definition at line 289 of file idlsync.py.
def scripts.idlsync.GetDEPSWebCoreGitRevision | ( | deps, | |
component | |||
) |
Returns a tuple with the (dartium chromium repo, latest revision).
Definition at line 344 of file idlsync.py.
def scripts.idlsync.isDryRun | ( | ) |
Definition at line 97 of file idlsync.py.
def scripts.idlsync.isVerbose | ( | ) |
Definition at line 103 of file idlsync.py.
def scripts.idlsync.main | ( | ) |
Definition at line 373 of file idlsync.py.
def scripts.idlsync.ParseOptions | ( | ) |
Definition at line 255 of file idlsync.py.
def scripts.idlsync.remove_obsolete_webcore_files | ( | webcore_dir, | |
webkit_dir, | |||
subdir | |||
) |
Definition at line 226 of file idlsync.py.
def scripts.idlsync.RunCommand | ( | cmd, | |
valid_exits = [0] |
|||
) |
Executes a shell command and return its stdout.
Definition at line 117 of file idlsync.py.
def scripts.idlsync.subpath | ( | path, | |
base_dir | |||
) |
Definition at line 142 of file idlsync.py.
def scripts.idlsync.ValidateGitRemotes | ( | ) |
Definition at line 294 of file idlsync.py.
string scripts.idlsync.CHROME_TRUNK = "https://chromium.googlesource.com" |
Definition at line 46 of file idlsync.py.
string scripts.idlsync.DART_CHANGES = ' FIXMEDART: ' |
Definition at line 88 of file idlsync.py.
string scripts.idlsync.DART_SDK_GENERATOR_SCRIPTS = 'bindings/dart/scripts' |
Definition at line 69 of file idlsync.py.
string scripts.idlsync.DEPS_GIT = "https://raw.githubusercontent.com/dart-lang/sdk/master/DEPS" |
Definition at line 45 of file idlsync.py.
string scripts.idlsync.GIT_REMOTES_CHROMIUM = 'https://chromium.googlesource.com/chromium/src.git' |
Definition at line 50 of file idlsync.py.
string scripts.idlsync.IDL_EXT = '.idl' |
Definition at line 82 of file idlsync.py.
string scripts.idlsync.IDL_EXTENDED_ATTRIBUTES_FILE = 'IDLExtendedAttributes.txt' |
Definition at line 63 of file idlsync.py.
string scripts.idlsync.LICENSE_FILE_PREFIX = 'LICENSE' |
Definition at line 84 of file idlsync.py.
scripts.idlsync.options = None |
Definition at line 91 of file idlsync.py.
string scripts.idlsync.PY_EXT = '.py' |
Definition at line 83 of file idlsync.py.
string scripts.idlsync.PYTHON_INITS = '__init__.py' |
Definition at line 73 of file idlsync.py.
string scripts.idlsync.SOURCE_FILE_DIR = 'tools/dom/scripts' |
Definition at line 53 of file idlsync.py.
list scripts.idlsync.SUBDIRS |
Definition at line 77 of file idlsync.py.
list scripts.idlsync.warning_messages = [] |
Definition at line 93 of file idlsync.py.
string scripts.idlsync.WEBCORE_BLINK_SOURCE = 'third_party/WebCore/blink' |
Definition at line 59 of file idlsync.py.
string scripts.idlsync.WEBCORE_SOURCE = 'third_party/WebCore' |
Definition at line 56 of file idlsync.py.
string scripts.idlsync.WEBKIT_BLINK_SOURCE = 'src/third_party/blink' |
Definition at line 58 of file idlsync.py.
string scripts.idlsync.WEBKIT_SHA_PATTERN = r'"WebCore_rev": "(\S+)",' |
Definition at line 47 of file idlsync.py.
string scripts.idlsync.WEBKIT_SOURCE = 'src/third_party/WebKit/Source' |
Definition at line 55 of file idlsync.py.