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

Unified Diff: third_party/zlib/zlib.gyp

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed file added by mistake. Created 7 years, 7 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: third_party/zlib/zlib.gyp
diff --git a/third_party/zlib/zlib.gyp b/third_party/zlib/zlib.gyp
index ebdad4203a308b557c5d63d7966ce651b8b8e30c..5ee8521a2120044327382204e315db9f08079082 100644
--- a/third_party/zlib/zlib.gyp
+++ b/third_party/zlib/zlib.gyp
@@ -39,6 +39,9 @@
'include_dirs': [
'.',
],
+ 'defines': [
+ 'HAVE_VISIBILITY_ATTRIBUTE',
+ ],
'direct_dependent_settings': {
'include_dirs': [
'.',

Powered by Google App Engine
This is Rietveld 408576698