Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index fd05dfd9e689f33ba76cedba6c94c92bb9cd100a..90cf1c6fca10d0f9af01143ec52f55dbf3daec7a 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -173,9 +173,6 @@ config("feature_flags") { |
if (enable_rlz) { |
defines += [ "ENABLE_RLZ" ] |
} |
- if (enable_image_loader_extension) { |
- defines += [ "IMAGE_LOADER_EXTENSION=1" ] |
- } |
if (enable_wayland_server) { |
defines += [ "ENABLE_WAYLAND_SERVER=1" ] |
} |