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

Unified Diff: content/renderer/BUILD.gn

Issue 455583002: Port parts of //third_pary/libjingle build to GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase Created 6 years, 4 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 24e0e5420d391a89da292172f545bf3bf42a6b64..99b152a30523a80dd9a85a6b120b016f89341329 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -36,6 +36,7 @@ source_set("renderer") {
"//net",
"//skia",
"//third_party/icu",
+ "//third_party/libjingle",
"//third_party/npapi",
"//third_party/WebKit/public:blink",
"//third_party/widevine/cdm:version_h",
@@ -48,7 +49,6 @@ source_set("renderer") {
"//webkit/common",
"//webkit/common:storage",
"//webkit/common/gpu",
- #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
]
if (!enable_notifications) {
« no previous file with comments | « content/common/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698