| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index f65f89c91c15d438a5f641056024c88a7fc2e3d3..513ff4485c85f4389411e6facdbdad9c1bdf3ae9 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -435,7 +435,6 @@ split_static_library("ui") {
|
| ":ui_warnings",
|
| "//build/config:precompiled_headers",
|
| "//build/config/compiler:wexit_time_destructors",
|
| - "//third_party/WebKit/public:debug_devtools",
|
| ]
|
|
|
| # Since browser and browser_ui actually depend on each other,
|
| @@ -570,6 +569,7 @@ split_static_library("ui") {
|
| "//skia",
|
| "//storage/browser",
|
| "//storage/common",
|
| + "//third_party/WebKit/public:features",
|
| "//third_party/WebKit/public:resources",
|
| "//third_party/adobe/flash:flapper_version_h",
|
| "//third_party/brotli",
|
|
|