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

Unified Diff: webrtc/base/base.gyp

Issue 2153563003: Move WEBRTC_BUILD_LIBEVENT definition to base/BUILD.gn and base/base.gyp. This use all_dependent_co… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed gn and gyp format. Created 4 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
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 38508ff29cc61acb3661695263d717d239cf39c8..032281e42d88f41345f597425f64d9398f6e7e0b 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -155,6 +155,10 @@
'task_queue_libevent.cc',
'task_queue_posix.cc',
],
+ 'defines': [ 'WEBRTC_BUILD_LIBEVENT' ],
+ 'all_dependent_settings': {
+ 'defines': [ 'WEBRTC_BUILD_LIBEVENT' ]
+ },
}, {
# If not libevent, fall back to the other task queues.
'conditions': [
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698