| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 85798bfd5c0066b50867b3df1a879d058e9a1baf..26e1f05bfd94baba39026fc975f710e46eef2b27 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -98,6 +98,7 @@ source_set("browser") {
|
| "//mojo/public/interfaces/application",
|
| "//mojo/public/js/bindings",
|
| "//net:http_server",
|
| + "//storage/common",
|
| "//third_party/WebKit/public:resources",
|
| "//third_party/angle:commit_id",
|
| "//third_party/icu",
|
| @@ -106,8 +107,6 @@ source_set("browser") {
|
| "//ui/resources",
|
| "//ui/surface",
|
| "//webkit/browser:storage",
|
| - "//webkit/common",
|
| - "//webkit/common:storage_common",
|
| ]
|
| }
|
|
|
|
|