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

Unified Diff: chrome/browser/ui/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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index abd22f47644b945db365c7ac7b778a0673b8a005..9aee4f3b907ba4d9d2f5654fce881200d39419da 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -88,7 +88,6 @@ static_library("ui") {
"//chrome/common/extensions/api:api",
"//chrome/installer/util",
"//components/autofill/content/browser:risk_proto",
- "//content/app/resources",
"//device/bluetooth",
"//device/nfc",
"//media",
@@ -100,6 +99,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 +108,6 @@ static_library("ui") {
"//webkit/browser:storage",
"//webkit/common",
"//webkit/common:storage",
- #'../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') | third_party/libjingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698