Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
gn.bazel_build Namespace Reference

Variables

 target = sys.argv[1]
 
dict outputs = {}
 
list bazel_args = []
 
 bazel_file
 
 output_path
 
 check
 
 expected_output = os.path.join(os.getcwd(), output_path)
 
 created_hash = hashlib.sha256(open(bazel_file, 'rb').read()).hexdigest()
 
 existing_hash = hashlib.sha256(open(expected_output, 'rb').read()).hexdigest()
 

Variable Documentation

◆ bazel_args

gn.bazel_build.bazel_args = []

Definition at line 30 of file bazel_build.py.

◆ bazel_file

gn.bazel_build.bazel_file

Definition at line 39 of file bazel_build.py.

◆ check

gn.bazel_build.check

Definition at line 49 of file bazel_build.py.

◆ created_hash

gn.bazel_build.created_hash = hashlib.sha256(open(bazel_file, 'rb').read()).hexdigest()

Definition at line 62 of file bazel_build.py.

◆ existing_hash

gn.bazel_build.existing_hash = hashlib.sha256(open(expected_output, 'rb').read()).hexdigest()

Definition at line 63 of file bazel_build.py.

◆ expected_output

gn.bazel_build.expected_output = os.path.join(os.getcwd(), output_path)

Definition at line 54 of file bazel_build.py.

◆ output_path

gn.bazel_build.output_path

Definition at line 39 of file bazel_build.py.

◆ outputs

dict gn.bazel_build.outputs = {}

Definition at line 29 of file bazel_build.py.

◆ target

gn.bazel_build.target = sys.argv[1]

Definition at line 28 of file bazel_build.py.