| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 445d363446d5aab342c86c0c3040370b02a5ea63..70847ec4c31481286bafce63fc3be3418fce4a74 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -20,8 +20,6 @@ config("ui_warnings") {
|
| }
|
|
|
| source_set("ui") {
|
| - output_name = "browser_ui"
|
| -
|
| sources = []
|
| defines = []
|
| libs = []
|
| @@ -46,7 +44,7 @@ source_set("ui") {
|
| deps = [
|
| # NOTE: New dependencies should generally be added in the OS!="ios"
|
| # dependencies block below, rather than here.
|
| - "//base/debug:debugging_flags",
|
| + "//base",
|
| "//chrome:extra_resources",
|
| "//chrome:resources",
|
| "//chrome:strings",
|
|
|