Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | gn |
namespace | gn.bazel_build |
Variables | |
gn.bazel_build.target = sys.argv[1] | |
dictionary | gn.bazel_build.outputs = {} |
list | gn.bazel_build.bazel_args = [] |
gn.bazel_build.bazel_file | |
gn.bazel_build.output_path | |
gn.bazel_build.check | |
gn.bazel_build.expected_output = os.path.join(os.getcwd(), output_path) | |
gn.bazel_build.created_hash = hashlib.sha256(open(bazel_file, 'rb').read()).hexdigest() | |
gn.bazel_build.existing_hash = hashlib.sha256(open(expected_output, 'rb').read()).hexdigest() | |