Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 02efe32b1767100280d005ee3771393953420393..3c58b81136948eeabf9555517815e6121b074290 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) { |