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

Unified Diff: third_party/wds/BUILD.gn

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 | « DEPS ('k') | third_party/wds/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wds/BUILD.gn
diff --git a/third_party/wds/BUILD.gn b/third_party/wds/BUILD.gn
index 8fdd0ec778b5c33c7360eb005edda9d06d5e487d..33a37805c82103009b6f0720be2ea5f3c6171804 100644
--- a/third_party/wds/BUILD.gn
+++ b/third_party/wds/BUILD.gn
@@ -19,13 +19,20 @@ shared_library("libwds") {
"gen/messagescanner.h",
"gen/parser.cpp",
"gen/parser.h",
+ "src/libwds/common/logging.cpp",
"src/libwds/common/message_handler.cpp",
"src/libwds/common/message_handler.h",
"src/libwds/common/rtsp_input_handler.cpp",
"src/libwds/common/rtsp_input_handler.h",
"src/libwds/common/video_format.cpp",
+ "src/libwds/public/audio_codec.h",
+ "src/libwds/public/connector_type.h",
+ "src/libwds/public/logging.h",
"src/libwds/public/media_manager.h",
+ "src/libwds/public/peer.h",
"src/libwds/public/source.h",
+ "src/libwds/public/video_format.h",
+ "src/libwds/public/wds_export.h",
"src/libwds/rtsp/audiocodecs.cpp",
"src/libwds/rtsp/audiocodecs.h",
"src/libwds/rtsp/avformatchangetiming.cpp",
« no previous file with comments | « DEPS ('k') | third_party/wds/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698