Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 6cb41340f56c780f368bde55643980c83b71c610..17e1a6194bc1cc3f7f75d228e1f468947b601376 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -136,9 +136,6 @@ config("feature_flags") { |
if (!enable_nacl) { |
defines += [ "DISABLE_NACL" ] |
} |
- if (enable_rlz) { |
- defines += [ "ENABLE_RLZ" ] |
- } |
if (enable_wayland_server) { |
defines += [ "ENABLE_WAYLAND_SERVER=1" ] |
} |