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

Unified Diff: content/renderer/BUILD.gn

Issue 1568613006: GN: Add dependencies from //content/renderer on WebRTC targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 613681ddb20a3c828605524fc883aa943efe3b4e..9d16c8228d4d6ad9f9624d44f8c67987e39c0b17 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -157,8 +157,11 @@ source_set("renderer") {
"//third_party/libjingle:libjingle_webrtc",
"//third_party/libjingle:libpeerconnection",
"//third_party/libjingle:libstunprober",
+ "//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/common_video",
"//third_party/webrtc/modules/audio_device",
"//third_party/webrtc/modules/audio_processing",
+ "//third_party/webrtc/system_wrappers",
]
} else {
sources += [
« 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