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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2987723002: Update native plugin dll for turn servers and video. (Closed)
Patch Set: misc change Created 3 years, 5 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/examples/unityplugin/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index 004b9a2786666304f6a9aff4509cecf6c727d6ac..655d6ff0a5f6d5dbb55c81efb2c0516688f77a3b 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -620,6 +620,8 @@ if (is_win) {
"unityplugin/simple_peer_connection.h",
"unityplugin/unity_plugin_apis.cc",
"unityplugin/unity_plugin_apis.h",
+ "unityplugin/video_observer.cc",
+ "unityplugin/video_observer.h",
]
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
@@ -637,9 +639,6 @@ if (is_win) {
"../media:rtc_media_base",
"../modules/video_capture:video_capture_module",
"../pc:libjingle_peerconnection",
- "../rtc_base:rtc_base",
- "../rtc_base:rtc_base_approved",
- "../rtc_base:rtc_json",
"../system_wrappers:field_trial_default",
"../system_wrappers:metrics_default",
]
« no previous file with comments | « no previous file | webrtc/examples/unityplugin/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698