Skip to content

Commit

Permalink
Adjust build file
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed May 5, 2022
1 parent 5290ca5 commit 69bc7cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BUILD.gn
Expand Up @@ -96,7 +96,7 @@ if (is_linux) {
sigs = [ "shell/browser/ui/electron_gdk_pixbuf.sigs" ]
extra_header = "shell/browser/ui/electron_gdk_pixbuf.fragment"
output_name = "electron_gdk_pixbuf_stubs"
public_deps = [ "//ui/gtk:gdk_pixbuf_config" ]
public_deps = [ "//ui/gtk:gtk_config" ]
logging_function = "LogNoop()"
logging_include = "ui/gtk/log_noop.h"
}
Expand Down Expand Up @@ -496,7 +496,6 @@ source_set("electron_lib") {
if (is_linux) {
deps += [
"//components/crash/content/browser",
"//ui/gtk:gdk_pixbuf_config",
"//ui/gtk:gtk_config",
]
}
Expand Down

0 comments on commit 69bc7cf

Please sign in to comment.