Fix component build in chrome after recent TaskQueue cl
TBR=phoglund Review URL: https://codereview.webrtc.org/1985533002 . Cr-Commit-Position: refs/heads/master@{#12753}
This commit is contained in:
parent
e1220d900f
commit
0bcbbd345e
@ -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"', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user