Index: tools/gn/secondary/chrome/BUILD.gn |
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn |
index c0467d8c6bdddf0421cf5a2a1f09d920f4d921d2..bd5a3d8e155bdc8b693f1b2ae08794b93b04bd4d 100644 |
--- a/tools/gn/secondary/chrome/BUILD.gn |
+++ b/tools/gn/secondary/chrome/BUILD.gn |
@@ -65,11 +65,6 @@ executable("chrome") { |
static_library("browser") { |
if (is_linux) { |
- if (toolkit_uses_gtk) { |
- libs = [ "gconf-2" ] |
- } |
- } |
- if (is_linux) { |
configs += [ |
"//build/config/linux:x11", |
] |