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

Unified Diff: net/base/net_api.h

Issue 7352014: Revert "Add COMPONENT_BUILD global define. " (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « ipc/ipc.gypi ('k') | net/base/ssl_false_start_blacklist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_api.h
diff --git a/net/base/net_api.h b/net/base/net_api.h
index 4b017fdfd8728ff856b26433378d7e825387e6ec..610e974109ad4b38772e245beda80437c9e673d0 100644
--- a/net/base/net_api.h
+++ b/net/base/net_api.h
@@ -10,7 +10,7 @@
// exported to consumers, and NET_TEST that allows unit tests to access features
// not intended to be used directly by real consumers.
-#if defined(COMPONENT_BUILD)
+#if defined(NET_DLL)
#if defined(WIN32)
#if defined(NET_IMPLEMENTATION)
@@ -26,7 +26,7 @@
#define NET_TEST __attribute__((visibility("default")))
#endif
-#else /// defined(COMPONENT_BUILD)
+#else /// defined(NET_DLL)
#define NET_API
#define NET_TEST
#endif
« no previous file with comments | « ipc/ipc.gypi ('k') | net/base/ssl_false_start_blacklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698