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

Unified Diff: chrome/browser/ui/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: Small includes fix 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index b25f993d62c8523c4a57e865411a8ce378e30b24..619b7e920ea358e4e540bd4109671f97892f30cc 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -97,6 +97,7 @@ static_library("ui") {
"//third_party/hunspell",
"//third_party/leveldatabase",
"//third_party/npapi",
+ "//third_party/libjingle",
"//third_party/re2",
"//ui/compositor",
"//ui/surface",
@@ -108,7 +109,6 @@ static_library("ui") {
"//webkit/common:storage",
#'debugger', TODO(GYP)
#'installer_util', TODO(GYP)
- #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
]
# TODO(GYP)
#'defines': [
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698