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

Unified Diff: webrtc/build/webrtc.gni

Issue 2001913002: Split TaskQueue out into a separate build target. (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
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 788e60824c592fb38b02886ccfe3235eec09c76c..ae71188a85f2929f70e5a55ad4f0935b20ba6a48 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -58,15 +58,6 @@ declare_args() {
rtc_include_tests = false
rtc_restrict_logging = true
- # Enable libevent task queues on platforms that support it.
- if (is_win || is_mac || is_ios || is_nacl) {
tommi 2016/05/21 20:10:04 this 'is_nacl' check is now gone.
phoglund 2016/05/23 08:23:32 Please put this back, we need gn and gyp to be as
tommi 2016/05/23 15:37:19 Done. I restored this but left the 'is_nacl' chec
- rtc_enable_libevent = false
- rtc_build_libevent = false
- } else {
- rtc_enable_libevent = true
- rtc_build_libevent = true
- }
-
if (is_ios) {
rtc_enable_protobuf = false
}
« webrtc/base/BUILD.gn ('K') | « webrtc/base/base.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698