Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions | Variables
gen.py File Reference

Go to the source code of this file.

Namespaces

namespace  gen
 

Functions

def gen.get_files (path, exclude=[])
 

Variables

 gen.gn_in = open("BUILD.input.gn", "rb")
 
 gen.gn_file = gn_in.read()
 
 gen.gn_out = open("BUILD.gn", "wb")