Index: build/config/linux/BUILD.gn |
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn |
index d166ac792bb550d20f6c3e715457503e0fb0aad3..15b0c9140c58d5710fa0bb27a033ac5296c3c725 100644 |
--- a/build/config/linux/BUILD.gn |
+++ b/build/config/linux/BUILD.gn |
@@ -45,7 +45,6 @@ pkg_config("gtk") { |
# Gtk requires gmodule, but it does not list it as a dependency in some |
# misconfigured systems. |
packages = [ "gmodule-2.0", "gtk+-2.0", "gthread-2.0" ] |
- defines = [ "TOOLKIT_GTK" ] |
} |
pkg_config("pangocairo") { |
@@ -59,7 +58,6 @@ pkg_config("udev") { |
config("x11") { |
# Don't bother running pkg-config for these X related libraries since it just |
# returns the same libs, and forking pkg-config is slow. |
- defines = [ "USE_X11" ] |
libs = [ |
"X11", |
"Xcomposite", |