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

Unified Diff: content/content_browser.gypi

Issue 6873148: Include zlib.h properly (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Wrap in #if defined(USE_SYSTEM_ZLIB) Created 9 years, 8 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 | « content/browser/renderer_host/clipboard_message_filter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bbd18c9dd42041bb97228c3e2bb0cc92e96a6da2..44e3abd67ba957bd0eda6d53f2cbee2714cc62b4 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -15,6 +15,7 @@
'../third_party/flac/flac.gyp:libflac',
'../third_party/speex/speex.gyp:libspeex',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '../third_party/zlib/zlib.gyp:zlib',
'../ui/ui.gyp:ui_base',
],
'include_dirs': [
« no previous file with comments | « content/browser/renderer_host/clipboard_message_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698