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

Unified Diff: third_party/libevent/libevent.gyp

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month 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/libevent/libevent.gyp
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
index 1e2ce2063459a21083227dcb3f0358fb4bd6cbb4..20ac4d6465910aece8b50004ddb2931b685a1a81 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.gyp
@@ -37,17 +37,18 @@
[ 'OS == "linux"', {
'sources': [ 'epoll.c', 'epoll_sub.c' ],
'include_dirs': [ 'linux' ],
- 'link_settings':
- { 'libraries': [
+ 'link_settings': {
+ 'libraries': [
# We need rt for clock_gettime().
# TODO(port) Maybe on FreeBSD as well?
'-lrt',
- ],
- },
- }
- ],
- [ 'OS == "mac" or OS == "freebsd"', { 'sources': [ 'kqueue.c' ],
- 'include_dirs': [ 'mac' ] } ],
+ ],
+ },
+ }],
+ [ 'OS == "mac" or OS == "freebsd"', {
+ 'sources': [ 'kqueue.c' ],
+ 'include_dirs': [ 'mac' ]
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698