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

Go to the source code of this file.

Namespaces

namespace  scripts
 
namespace  scripts.idlsync
 

Functions

 scripts.idlsync.isDryRun ()
 
 scripts.idlsync.isVerbose ()
 
 scripts.idlsync.chromiumDirectory ()
 
 scripts.idlsync.RunCommand (cmd, valid_exits=[0])
 
 scripts.idlsync.anyDartFixMe (filepath)
 
 scripts.idlsync.subpath (path, base_dir)
 
 scripts.idlsync.copy_files (source_dir, src_prefix, destination_dir)
 
 scripts.idlsync.remove_obsolete_webcore_files (webcore_dir, webkit_dir, subdir)
 
 scripts.idlsync.ParseOptions ()
 
 scripts.idlsync.GetDepsFromGit ()
 
 scripts.idlsync.ValidateGitRemotes ()
 
 scripts.idlsync.getChromiumSHA ()
 
 scripts.idlsync.getCurrentDartSHA ()
 
 scripts.idlsync.GetDEPSWebCoreGitRevision (deps, component)
 
 scripts.idlsync.copy_subdir (src, src_prefix, dest, subdir)
 
 scripts.idlsync.main ()
 

Variables

str scripts.idlsync.DEPS_GIT = "https://raw.githubusercontent.com/dart-lang/sdk/master/DEPS"
 
str scripts.idlsync.CHROME_TRUNK = "https://chromium.googlesource.com"
 
str scripts.idlsync.WEBKIT_SHA_PATTERN = r'"WebCore_rev": "(\S+)",'
 
str scripts.idlsync.GIT_REMOTES_CHROMIUM = 'https://chromium.googlesource.com/chromium/src.git'
 
str scripts.idlsync.SOURCE_FILE_DIR = 'tools/dom/scripts'
 
str scripts.idlsync.WEBKIT_SOURCE = 'src/third_party/WebKit/Source'
 
str scripts.idlsync.WEBCORE_SOURCE = 'third_party/WebCore'
 
str scripts.idlsync.WEBKIT_BLINK_SOURCE = 'src/third_party/blink'
 
str scripts.idlsync.WEBCORE_BLINK_SOURCE = 'third_party/WebCore/blink'
 
str scripts.idlsync.IDL_EXTENDED_ATTRIBUTES_FILE = 'IDLExtendedAttributes.txt'
 
str scripts.idlsync.DART_SDK_GENERATOR_SCRIPTS = 'bindings/dart/scripts'
 
str scripts.idlsync.PYTHON_INITS = '__init__.py'
 
list scripts.idlsync.SUBDIRS
 
str scripts.idlsync.IDL_EXT = '.idl'
 
str scripts.idlsync.PY_EXT = '.py'
 
str scripts.idlsync.LICENSE_FILE_PREFIX = 'LICENSE'
 
str scripts.idlsync.DART_CHANGES = ' FIXMEDART: '
 
 scripts.idlsync.options = None
 
list scripts.idlsync.warning_messages = []