| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 7f5eb7460bab5d71ad6549fce2fce42f68fcbd74..f05ea3b92d05b3ac52ecb1425a1552c2025257d2 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -21,7 +21,6 @@ source_set("common") {
|
|
|
| configs += [
|
| "//content:content_implementation",
|
| - "//content:libjingle_stub_config",
|
| ]
|
|
|
| deps = [
|
| @@ -40,8 +39,7 @@ source_set("common") {
|
| "//ui/shell_dialogs",
|
| "//url",
|
| "//third_party/WebKit/public:blink_headers",
|
| - # TODO(GYP) convert these dependencies.
|
| - #'../third_party/libjingle/libjingle.gyp:libjingle',
|
| + "//third_party/libjingle",
|
| ]
|
|
|
| if (!is_ios) {
|
|
|