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

Unified Diff: chrome/chrome.gyp

Issue 164525: Reverting 23343. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | « build/common.gypi ('k') | 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 23371)
+++ chrome/chrome.gyp (working copy)
@@ -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/': [
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698