| 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) {
|
|
|