Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 077de8c90f8a8964cf76da65c58f2a46f0dd68da..34c421be6566fe40e3a29395bbdaa11998146f0c 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -95,6 +95,8 @@ static_library("ui") { |
"//media", |
"//mojo/system", |
"//net:net_with_v8", |
+ "//storage/browser", |
+ "//storage/common", |
"//third_party/WebKit/public:resources", |
"//third_party/adobe/flash:flapper_version_h", |
"//third_party/expat", |
@@ -107,8 +109,6 @@ static_library("ui") { |
"//ui/surface", |
"//ui/web_dialogs", |
"//v8", |
- "//webkit/browser:storage", |
- "//storage/common", |
] |
# TODO(GYP) |
#'defines': [ |