summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorchron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 01:00:15 +0000
committerchron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 01:00:15 +0000
commitb836fa5b1f23146fbb7c6859672821787cc70b1e (patch)
tree37e4f54a26526dd59fd545d44ac959421c2aba05 /chrome
parent7e730b5dea428a825bdc0a3b687e9213be995a0d (diff)
downloadchromium_src-b836fa5b1f23146fbb7c6859672821787cc70b1e.zip
chromium_src-b836fa5b1f23146fbb7c6859672821787cc70b1e.tar.gz
chromium_src-b836fa5b1f23146fbb7c6859672821787cc70b1e.tar.bz2
Enable bookmark sync building by default for Chromium builds on windows.
Review URL: http://codereview.chromium.org/207019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp11
1 files changed, 2 insertions, 9 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6c4bcd4..99dbc97 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -118,19 +118,12 @@
['OS=="win"', {
# Whether or not browser sync code is built in.
'chrome_personalization%': 1,
-
# Used to build a stub (no-op) syncapi engine.
- 'conditions': [
- ['branding=="Chrome"', {
- 'use_syncapi_stub%': 0,
- }, {
- 'use_syncapi_stub%': 1,
- }],
- ],
+ 'use_syncapi_stub%': 0,
}, {
'chrome_personalization%': 0,
'use_syncapi_stub%': 1,
- }],
+ }], # OS=="win"
], # conditions
}, # variables
'target_defaults': {