Index: tools/gn/secondary/chrome/BUILD.gn |
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn |
index 76043b80d87ac95c6c7155a3485637d14207f273..56ffa80a1ed3ffa5275f2cfc72b8e2e7e1c1cd39 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", |
] |