# Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file | |
# for details. 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() { | |
using_fuchsia_gn_sdk = true | |
fuchsia_sdk_root = "//third_party/fuchsia/sdk/$host_os" | |
fuchsia_sdk_path = "//third_party/fuchsia/sdk/$host_os" | |
fuchsia_toolchain_path = "//third_party/fuchsia/toolchain/$host_os" | |
} |