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

Unified Diff: net/net.gyp

Issue 7344022: 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
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 92224)
+++ net/net.gyp (working copy)
@@ -822,14 +822,8 @@
],
[ 'component == "shared_library"', {
'defines': [
- 'NET_DLL',
'NET_IMPLEMENTATION',
],
- 'direct_dependent_settings': {
- 'defines': [
- 'NET_DLL',
- ],
- },
'conditions': [
rvargas (doing something else) 2011/07/12 22:45:55 We can remove this block.
[ 'OS == "win"', {
'msvs_disabled_warnings': [

Powered by Google App Engine
This is Rietveld 408576698