Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 122f254d94d4ef31454e35120fe3002fd81cc292..c86e03d3be5d2bc42659a2baf274f3a59fc4f9be 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -100,12 +100,6 @@ config("feature_flags") { |
if (use_cairo) { |
defines += [ "USE_CAIRO=1" ] |
} |
- if (use_clipboard_aurax11) { |
- defines += [ "USE_CLIPBOARD_AURAX11=1" ] |
- } |
- if (use_default_render_theme) { |
- defines += [ "USE_DEFAULT_RENDER_THEME=1" ] |
- } |
if (use_glib) { |
defines += [ "USE_GLIB=1" ] |
} |