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", |
] |