| Index: tools/gn/secondary/ui/BUILD.gn
|
| diff --git a/tools/gn/secondary/ui/BUILD.gn b/tools/gn/secondary/ui/BUILD.gn
|
| index b6eb5418bf8800d4e5b2b88abf3429b9c328c4b6..251393e567f5eaaae6cffdb2131734c4645f037c 100644
|
| --- a/tools/gn/secondary/ui/BUILD.gn
|
| +++ b/tools/gn/secondary/ui/BUILD.gn
|
| @@ -8,7 +8,6 @@ component("ui") {
|
| # TODO(brettw) do this target, this current stuff is only to make Chrome
|
| # link.
|
|
|
| - if (is_linux) { # TODO(brettw) this should be some X11 thing.
|
| configs += "//build/config/linux:x11"
|
| }
|
| }
|
|
|