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

Unified Diff: content/common/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/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) {

Powered by Google App Engine
This is Rietveld 408576698