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

Unified Diff: third_party/wds/wds.gyp

Issue 1919083003: Update WDS library to version 1.1.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « third_party/wds/gen/messagescanner.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wds/wds.gyp
diff --git a/third_party/wds/wds.gyp b/third_party/wds/wds.gyp
index c9c93d64a96696021a99c1aefdcb968ee3ae2614..36117bf316af02a69697d4e5dc97e9aa3f5e2fff 100644
--- a/third_party/wds/wds.gyp
+++ b/third_party/wds/wds.gyp
@@ -24,13 +24,20 @@
'<(generated_src_dir)/messagescanner.h',
'<(generated_src_dir)/parser.cpp',
'<(generated_src_dir)/parser.h',
+ '<(src_dir)/libwds/common/logging.cpp',
'<(src_dir)/libwds/common/message_handler.cpp',
'<(src_dir)/libwds/common/message_handler.h',
'<(src_dir)/libwds/common/rtsp_input_handler.cpp',
'<(src_dir)/libwds/common/rtsp_input_handler.h',
'<(src_dir)/libwds/common/video_format.cpp',
+ '<(src_dir)/libwds/public/audio_codec.h',
+ '<(src_dir)/libwds/public/connector_type.h',
+ '<(src_dir)/libwds/public/logging.h',
'<(src_dir)/libwds/public/media_manager.h',
+ '<(src_dir)/libwds/public/peer.h',
'<(src_dir)/libwds/public/source.h',
+ '<(src_dir)/libwds/public/video_format.h',
+ '<(src_dir)/libwds/public/wds_export.h',
'<(src_dir)/libwds/rtsp/audiocodecs.cpp',
'<(src_dir)/libwds/rtsp/audiocodecs.h',
'<(src_dir)/libwds/rtsp/avformatchangetiming.cpp',
« no previous file with comments | « third_party/wds/gen/messagescanner.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698