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

Unified Diff: chrome/browser/sync/engine/syncapi.h

Issue 165257: Build browser/sync files by default using a stubbed-out syncapi... (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
Index: chrome/browser/sync/engine/syncapi.h
===================================================================
--- chrome/browser/sync/engine/syncapi.h (revision 23002)
+++ chrome/browser/sync/engine/syncapi.h (working copy)
@@ -51,6 +51,8 @@
#if (defined(OS_WIN) || defined(OS_WINDOWS))
#if COMPILING_SYNCAPI_LIBRARY
#define SYNC_EXPORT __declspec(dllexport)
+#elif COMPILING_SYNCAPI_STUB
+#define SYNC_EXPORT
#else
#define SYNC_EXPORT __declspec(dllimport)
#endif

Powered by Google App Engine
This is Rietveld 408576698