Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 596f9c483b84d292c885a6d523e626343edf5217..5f857139a409755ab0cfc8265ca46d2e31fff08e 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -238,6 +238,9 @@ |
} |
if (enable_background) { |
defines += [ "ENABLE_BACKGROUND=1" ] |
+ } |
+ if (enable_pre_sync_backup) { |
+ defines += [ "ENABLE_PRE_SYNC_BACKUP" ] |
} |
if (enable_video_hole) { |
defines += [ "VIDEO_HOLE=1" ] |