Flutter Engine
The Flutter Engine
|
Public Member Functions | |
def | __init__ (self, gn_target_name, project) |
Public Attributes | |
gn_name | |
properties | |
cmake_name | |
gn_type | |
cmake_type | |
Definition at line 225 of file gn_to_cmake.py.
def gn.gn_to_cmake.Target.__init__ | ( | self, | |
gn_target_name, | |||
project | |||
) |
Definition at line 226 of file gn_to_cmake.py.
gn.gn_to_cmake.Target.cmake_name |
Definition at line 229 of file gn_to_cmake.py.
gn.gn_to_cmake.Target.cmake_type |
Definition at line 231 of file gn_to_cmake.py.
gn.gn_to_cmake.Target.gn_name |
Definition at line 227 of file gn_to_cmake.py.
gn.gn_to_cmake.Target.gn_type |
Definition at line 230 of file gn_to_cmake.py.
gn.gn_to_cmake.Target.properties |
Definition at line 228 of file gn_to_cmake.py.