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

Unified Diff: content/browser/BUILD.gn

Issue 2731803002: content/browser should depend on webrtc_overrides:init_webrtc (Closed)
Patch Set: Sync latest changes 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 81f977ca1c231dd31d03da2121a1d62490beddf2..8dd8aa35c76fd0bef59c8e9999af0d4cfd4b5015 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1652,7 +1652,6 @@ source_set("browser") {
"//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/modules/desktop_capture:primitives",
"//third_party/webrtc/rtc_base:rtc_base",
- "//third_party/webrtc_overrides:init_webrtc",
]
}
@@ -1695,6 +1694,7 @@ source_set("browser") {
"media/capture/desktop_capture_device.h",
]
deps += [ "//third_party/webrtc/modules/desktop_capture" ]
+ public_deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698