# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. declare_args() { # Whether to build the Linux (GTK) shell for the host platform, if available. # # The Linux shell is not currently built by default as the CI system doesn't # (yet) have GTK as a dependency. When that is ready the flag will be removed. build_linux_shell = false }