Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index cf834fdfe8515e6300a9c1e9ca44fb380b01327d..b91b540b11977c503cd1153578d895bd0891f1ba 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -203,6 +203,9 @@ |
| } |
| if (enable_image_loader_extension) { |
| defines += [ "IMAGE_LOADER_EXTENSION=1" ] |
| + } |
| + if (enable_topchrome_md) { |
| + defines += [ "ENABLE_TOPCHROME_MD=1" ] |
| } |
| if (enable_wayland_server) { |
| defines += [ "ENABLE_WAYLAND_SERVER=1" ] |