Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: build/config/BUILD.gn

Issue 1487873003: Convert enable_pre_sync_backup flag to new flags system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 5f857139a409755ab0cfc8265ca46d2e31fff08e..596f9c483b84d292c885a6d523e626343edf5217 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -239,9 +239,6 @@ config("feature_flags") {
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" ]
}
« no previous file with comments | « build/common.gypi ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698