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

Unified Diff: webrtc/base/base.gyp

Issue 1985533002: Fix component build in chrome after recent TaskQueue cl (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 1b62719a0685def78b3f3ae27fdf5e83fa649767..4564504aabf01390c1a12829b73a7145b53f0744 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -116,15 +116,12 @@
'logging.h',
'logging_mac.mm',
],
- 'conditions': [
- ['build_libevent==1', {
- 'dependencies': [
- '<(DEPTH)/base/third_party/libevent/libevent.gyp:libevent',
- ],
- }],
- ],
}],
- ['build_libevent!=1', {
+ ['build_libevent==1', {
+ 'dependencies': [
+ '<(DEPTH)/base/third_party/libevent/libevent.gyp:libevent',
+ ],
+ }, {
'sources!': [ 'task_queue_libevent.cc' ],
'conditions': [
['OS=="linux" or OS=="android"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698