diff options
Diffstat (limited to 'chromium/chromecast/ui/BUILD.gn')
-rw-r--r-- | chromium/chromecast/ui/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/chromecast/ui/BUILD.gn b/chromium/chromecast/ui/BUILD.gn index ce674d948c3..ce2a33a5acc 100644 --- a/chromium/chromecast/ui/BUILD.gn +++ b/chromium/chromecast/ui/BUILD.gn @@ -57,6 +57,10 @@ cast_source_set("aura_components") { } else { sources += [ "aura_components_dummy.cc" ] } + + if (enable_media_overlay) { + defines = [ "ENABLE_MEDIA_OVERLAY" ] + } } if (use_aura) { |