| 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': [
|
|
|