| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 006c2b57f3fb93e5defc2944dfeeb39e863fb355..a1173ae3e3768ac1d9b98e66e094f2da776958a5 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -100,7 +100,6 @@ static_library("ui") {
|
| "//components/power",
|
| "//device/nfc",
|
| "//media",
|
| - "//mojo/edk/system",
|
| "//net:net_with_v8",
|
| "//storage/browser",
|
| "//storage/common",
|
| @@ -109,6 +108,7 @@ static_library("ui") {
|
| "//third_party/expat",
|
| "//third_party/hunspell",
|
| "//third_party/leveldatabase",
|
| + "//third_party/mojo/src/mojo/edk/system",
|
| "//third_party/npapi",
|
| "//third_party/libjingle",
|
| "//third_party/re2",
|
|
|