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

Unified Diff: webrtc/webrtc.gyp

Issue 1295753003: Convenience functions to convert RtcEvents to webrtc types. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Comments from hlundin@ Created 5 years, 4 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/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 49a66c34033fac0245c266f61c83485a593c4025..b9cadfd5095444b3fc07387c168e4336f6c9f38d 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -118,6 +118,8 @@
'conditions': [
# If enable_protobuf is defined, we want to compile the protobuf
# and add rtc_event_log.pb.h and rtc_event_log.pb.cc to the sources.
+ # We also want to compile the parsing functions (which do not make
+ # sense without the protobuf).
['enable_protobuf==1', {
'dependencies': [
'rtc_event_log_proto',
@@ -125,6 +127,10 @@
'defines': [
'ENABLE_RTC_EVENT_LOG',
],
+ 'sources': [
+ 'video/rtc_event_log_parser.cc',
+ 'video/rtc_event_log_parser.h',
+ ],
}],
],
},
« webrtc/video/rtc_event_log_parser.cc ('K') | « webrtc/video/rtc_event_log_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698