| Index: content/renderer/BUILD.gn
|
| diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
|
| index 014aa168c89f03bdcf64288bd5f9b2bd23526777..e579af974fd0c57bd62a22693027136bf41c9cd9 100644
|
| --- a/content/renderer/BUILD.gn
|
| +++ b/content/renderer/BUILD.gn
|
| @@ -37,6 +37,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",
|
| @@ -49,7 +50,6 @@ source_set("renderer") {
|
| "//webkit/common",
|
| "//webkit/common:storage",
|
| "//webkit/common/gpu",
|
| - #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
|
| ]
|
|
|
| if (!enable_notifications) {
|
|
|