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

Unified Diff: webrtc/BUILD.gn

Issue 2365383004: Moved Gn target rtc_event_log to one directory above (Closed)
Patch Set: Created 4 years, 3 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 | webrtc/call/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index d2381f3336f9314a69317cbd83422581063fea1c..11a70d17695b27f4f5a7c8a7a0ea1ce4c0fb1ad2 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -310,32 +310,6 @@ if (rtc_enable_protobuf) {
}
}
-rtc_static_library("rtc_event_log") {
- sources = [
- "call/rtc_event_log.cc",
- "call/rtc_event_log.h",
- "call/rtc_event_log_helper_thread.cc",
- "call/rtc_event_log_helper_thread.h",
- ]
-
- defines = []
-
- deps = [
- ":webrtc_common",
- "modules/rtp_rtcp",
- ]
-
- if (rtc_enable_protobuf) {
- defines += [ "ENABLE_RTC_EVENT_LOG" ]
- deps += [ ":rtc_event_log_proto" ]
- }
- if (is_clang && !is_nacl) {
- # Suppress warnings from Chrome's Clang plugins.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
- }
-}
-
if (rtc_enable_protobuf) {
rtc_static_library("rtc_event_log_parser") {
sources = [
« no previous file with comments | « no previous file | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698