Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index fec3d2daf75bd9918faa869914ba7c3c08adb084..7a91e21e326eec7907388980cf1b1682bbbcbadc 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -228,6 +228,9 @@ config("feature_flags") { |
if (enable_pre_sync_backup) { |
defines += [ "ENABLE_PRE_SYNC_BACKUP" ] |
} |
+ if (enable_video_hole) { |
+ defines += [ "VIDEO_HOLE=1" ] |
+ } |
} |
# Debug/release ---------------------------------------------------------------- |