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

Unified Diff: webrtc/BUILD.gn

Issue 1912143002: Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Move -framework flags from legacy_objc_api_tests.gyp to legacy_objc_api.gyp. 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 | « talk/app/webrtc/legacy_objc_api.gyp ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 50df44a967019e3bf7c6191a811ea90175fc816d..2be69a5c708b8f668c57afe270fc1401fa0f6262 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -201,10 +201,7 @@ source_set("webrtc") {
]
if (build_with_chromium) {
- deps += [
- "modules/video_capture",
- "modules/video_render",
- ]
+ deps += [ "modules/video_capture" ]
}
if (rtc_enable_protobuf) {
@@ -219,7 +216,6 @@ if (!build_with_chromium) {
deps = [
":webrtc",
"modules/video_capture:video_capture_internal_impl",
- "modules/video_render:video_render_internal_impl",
"test",
]
}
« no previous file with comments | « talk/app/webrtc/legacy_objc_api.gyp ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698