Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
fix file select dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Oct 25, 2017
1 parent 782ee29 commit 86c7e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ mac_framework_bundle("electron_framework") {
"//electron:electron_framework_resources",
"//build/config:exe_and_shlib_deps",
":electron_xibs",
"//chrome/app/nibs:localizer_table",
]

ldflags = [
Expand Down Expand Up @@ -343,6 +344,7 @@ config("external_binaries_config") {
mac_xib_bundle_data("electron_xibs") {
sources = [
"resources/MainMenu.xib",
"//chrome/app/nibs/SaveAccessoryView.xib",
]
}

Expand Down
2 changes: 2 additions & 0 deletions chromium_src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ source_set("browser") {

"//chrome/browser/ui/chrome_select_file_policy.h",
"chrome/browser/ui/chrome_select_file_policy.cc",
"//chrome/browser/ui/cocoa/ui_localizer.h",
"//chrome/browser/ui/cocoa/ui_localizer.mm",

"chrome/browser/ui/profile_error_dialog.cc",

Expand Down

0 comments on commit 86c7e7f

Please sign in to comment.