chromium/remoting/host/installer/win/wix_path.gni

# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//remoting/build/config/remoting_build.gni")

declare_args() {
  # Absolute directory containing the wix binary.
  remoting_wix_path = ""
}

if (remoting_wix_path == "" && is_chrome_branded) {
  remoting_wix_path = rebase_path("//third_party/wix", root_build_dir)
}