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

Go to the source code of this file.

Classes

class  compiler_layering_check.LayeringChecker
 

Namespaces

namespace  compiler_layering_check
 

Functions

 compiler_layering_check.DoCheck (sdk_root)
 

Variables

 compiler_layering_check.INCLUDE_DIRECTIVE_RE = re.compile(r'^#include "(.*)"')
 
list compiler_layering_check.RUNTIME_LAYER_HEADERS
 
list compiler_layering_check.SHOULD_NOT_DEPEND_ON_RUNTIME
 
 compiler_layering_check.errors = DoCheck('.')