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

Unified Diff: content/common/BUILD.gn

Issue 498603002: Port parts of //third_pary/libjingle build to GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gn compile 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 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) {

Powered by Google App Engine
This is Rietveld 408576698