| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index c945da10a64f1577c7920c8854ce8d95a52a9faf..6c1d26a860c8173882fec64e4bc6e418d96fd221 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -117,8 +117,8 @@ source_set("ui") {
|
| "//third_party/WebKit/public:resources",
|
| "//third_party/adobe/flash:flapper_version_h",
|
| "//third_party/leveldatabase",
|
| - "//third_party/mojo/src/mojo/edk/system",
|
| "//third_party/libjingle",
|
| + "//third_party/mojo/src/mojo/edk/system",
|
| "//third_party/re2",
|
| "//ui/base/ime",
|
| "//ui/compositor",
|
| @@ -399,9 +399,9 @@ source_set("ui") {
|
| "//chrome/installer/util:strings",
|
| "//components/search_engines",
|
| "//google_update",
|
| - "//third_party/wtl",
|
| "//third_party/iaccessible2",
|
| "//third_party/isimpledom",
|
| + "//third_party/wtl",
|
| "//ui/app_list",
|
| ]
|
| if (!is_chrome_branded) {
|
|
|