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

Unified Diff: chrome/chrome.gyp

Issue 207019: Enable bookmark sync building by default for Chromium builds on windows. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 26533)
+++ chrome/chrome.gyp (working copy)
@@ -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': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698