| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index b623e2e6c16614992a23c8b1382ae8ecffc7d2a7..77d8da609d5f8fca755a4936ef5b6f742da4e3af 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -110,6 +110,7 @@ source_set("ui") {
|
| "//components/url_formatter",
|
| "//device/nfc",
|
| "//media",
|
| + "//mojo/edk/system",
|
| "//net:net_with_v8",
|
| "//net:stale_while_revalidate_experiment_domains",
|
| "//storage/browser",
|
| @@ -118,7 +119,6 @@ source_set("ui") {
|
| "//third_party/adobe/flash:flapper_version_h",
|
| "//third_party/leveldatabase",
|
| "//third_party/libjingle",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| "//third_party/re2",
|
| "//ui/base/ime",
|
| "//ui/compositor",
|
|
|