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

Issue 165257: Build browser/sync files by default using a stubbed-out syncapi... (Closed)

Created:
11 years, 4 months ago by tim (not reviewing)
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, ncarter (slow), Ben Goodger (Google), idana, laforge
Visibility:
Public.

Description

Build browser/sync files by default using a stubbed-out syncapi implementation. The stub will be replaced once the rest of sync/engine lands as we open source the sync engine code. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23004

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -15 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 2 chunks +15 lines, -3 lines 2 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gtk/options/options_window_gtk.cc View 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profile.cc View 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/syncapi.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/sync/engine/syncapi_stub.cc View 1 2 3 4 5 6 7 1 chunk +305 lines, -0 lines 0 comments Download
M chrome/browser/sync/personalization.h View 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/personalization.cc View 6 7 8 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/views/toolbar_view.cc View 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 6 7 8 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
tim (not reviewing)
bradnelson, please look over / sanity check the .gypi/.gyp changes. idana, please review everything.
11 years, 4 months ago (2009-08-11 00:28:35 UTC) #1
tim (not reviewing)
I should mention that I added the 'use_syncapi_stub' option in common.gypi to make it easy ...
11 years, 4 months ago (2009-08-11 00:31:07 UTC) #2
bradn
gyp changes LGTM
11 years, 4 months ago (2009-08-11 00:38:01 UTC) #3
idana
LGTM
11 years, 4 months ago (2009-08-11 00:53:29 UTC) #4
Mark Mentovai
http://codereview.chromium.org/165257/diff/72/1104 File build/common.gypi (right): http://codereview.chromium.org/165257/diff/72/1104#newcode195 Line 195: 'defines': ['COMPILING_SYNCAPI_STUB'], Did we really need to define ...
11 years, 4 months ago (2009-08-11 04:10:04 UTC) #5
tim (not reviewing)
http://codereview.chromium.org/165257/diff/72/1104 File build/common.gypi (right): http://codereview.chromium.org/165257/diff/72/1104#newcode195 Line 195: 'defines': ['COMPILING_SYNCAPI_STUB'], We don't need this for every ...
11 years, 4 months ago (2009-08-11 18:56:59 UTC) #6
Mark Mentovai
Thanks. If the personalization macro can be scoped more narrowly (such as to chrome.gyp), that'd ...
11 years, 4 months ago (2009-08-11 19:07:28 UTC) #7
Bruno
Hi Tim, When you say, "as we open source the sync engine code", are you ...
11 years, 4 months ago (2009-08-13 21:37:53 UTC) #8
tim (not reviewing)
11 years, 4 months ago (2009-08-15 00:49:43 UTC) #9
On 2009/08/13 21:37:53, Bruno wrote:
> Hi Tim,
> 
> When you say, "as we open source the sync engine code", are you referring to
the
> code on the XMPP-based Google Talk server?
> 
> Thanks for your response.
> 
> Bruno

I'm referring to the full client-side library for syncing bookmarks. See
http://dev.chromium.org/developers/design-documents/sync or
http://groups.google.com/group/chromium-dev/browse_thread/thread/bdacc1bdf3c5...

Powered by Google App Engine
This is Rietveld 408576698