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

Unified Diff: content/renderer/BUILD.gn

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake Created 3 years, 10 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 | « content/public/renderer/BUILD.gn ('k') | content/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 5c76e94ba863b640abc6681a976ce9162ec4ce95..8852de8a1e22aeec85492a8887dd553d23ed7040 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -473,7 +473,6 @@ target(link_target_type, "renderer") {
"//third_party/WebKit/public:mojo_bindings",
"//third_party/boringssl",
"//third_party/icu",
- "//third_party/libjingle",
"//third_party/libyuv",
"//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory",
"//third_party/widevine/cdm:headers",
@@ -717,7 +716,6 @@ target(link_target_type, "renderer") {
deps += [
"//crypto",
- "//third_party/libjingle/webrtc:libjingle_webrtc",
"//third_party/libvpx",
"//third_party/opus",
"//third_party/webrtc/api:libjingle_peerconnection",
@@ -734,6 +732,7 @@ target(link_target_type, "renderer") {
"//third_party/webrtc/pc:rtc_pc",
"//third_party/webrtc/stats",
"//third_party/webrtc/system_wrappers",
+ "//third_party/webrtc_overrides:init_webrtc",
]
if (rtc_use_h264) {
deps += [ "//third_party/openh264:encoder" ]
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698