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

Unified Diff: third_party/libevent/libevent_nacl_nonsfi.gyp

Issue 1093113002: Stub out libevent's signal.c. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/libevent/libevent_nacl_nonsfi.gyp
diff --git a/third_party/libevent/libevent_nacl_nonsfi.gyp b/third_party/libevent/libevent_nacl_nonsfi.gyp
index 704de1054b1011a47f31d0b07b6ee4a11c80c975..05092cce9a013a7fa8cdf37a3034b4825a203efe 100644
--- a/third_party/libevent/libevent_nacl_nonsfi.gyp
+++ b/third_party/libevent/libevent_nacl_nonsfi.gyp
@@ -19,11 +19,11 @@
'evutil.c',
'log.c',
'poll.c',
- 'signal.c',
'strlcpy.c',
'nacl_nonsfi/config.h',
'nacl_nonsfi/event-config.h',
'nacl_nonsfi/random.c',
+ 'nacl_nonsfi/signal_stub.c',
],
'defines': [
'HAVE_CONFIG_H',

Powered by Google App Engine
This is Rietveld 408576698