summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-13 22:35:40 +0000
committersidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-13 22:35:40 +0000
commit5e344a39782b73070a679f0d12a996a012c7e3de (patch)
tree2d9d830e101f90be9c8066cb8ac5a3aa97c632be /chrome
parent6df6420891ef965e1eb1fdfdf9fdfdeb56f7bd0f (diff)
downloadchromium_src-5e344a39782b73070a679f0d12a996a012c7e3de.zip
chromium_src-5e344a39782b73070a679f0d12a996a012c7e3de.tar.gz
chromium_src-5e344a39782b73070a679f0d12a996a012c7e3de.tar.bz2
Reverting 23343.
Review URL: http://codereview.chromium.org/164525 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp13
1 files changed, 1 insertions, 12 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6b19598..4b286b4 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -5,13 +5,6 @@
{
'variables': {
'chromium_code': 1,
-
- # Whether or not browser sync code is built in.
- 'chrome_personalization%': 1,
-
- # Used to build and statically link a stub (no-op) syncapi engine.
- 'use_syncapi_stub%' : 1,
-
# Define the common dependencies that contain all the actual
# Chromium functionality. This list gets pulled in below by
# the link of the actual chrome (or chromium) executable on
@@ -2222,14 +2215,10 @@
},
'conditions': [
['use_syncapi_stub==1', {
- 'defines': ['COMPILING_SYNCAPI_STUB'],
'sources': [
'browser/sync/engine/syncapi_stub.cc',
],
- }], # use_syncapi_stub==1
- ['chrome_personalization==1', {
- 'defines': ['CHROME_PERSONALIZATION=1'],
- }], # chrome_personalization==1
+ }] # use_syncapi_stub==1
],
}, { # 'OS!="win"
'sources/': [