chromium/components/headless/select_file_dialog/BUILD.gn

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

component("select_file_dialog") {
  defines = [ "IS_HEADLESS_IMPL" ]

  sources = [
    "headless_select_file_dialog.cc",
    "headless_select_file_dialog.h",
  ]

  configs += [ "//build/config/compiler:wexit_time_destructors" ]

  deps = [
    "//base",
    "//ui/gfx:native_widget_types",
    "//ui/shell_dialogs",
  ]
}