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

Unified Diff: third_party/libjingle/BUILD.gn

Issue 1054963007: Make the ChromeOS GN debug component build work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment in //third_party/libjingle as well Created 5 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 | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/BUILD.gn
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index f3991238046d06925d88e9f2b6a7524a8ed35712..f17bfa8b03709c487126c7570f30babb394d37a8 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -530,6 +530,8 @@ if (enable_webrtc) {
configs += [ "//build/config/compiler:no_chromium_code" ]
deps = [
+ # TODO(GYP): crbug.com/481633. Consider depending on :libjingle_webrtc
+ # instead.
":libjingle_webrtc_common",
"//third_party/webrtc",
"//third_party/webrtc/system_wrappers",
« no previous file with comments | « remoting/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698