| Index: content/renderer/BUILD.gn
|
| diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
|
| index f84e57a6eb834e62619ea0ef19c0df70223c5fe7..c74c5babf2cdb54961862561a85daedcd5b1ba51 100644
|
| --- a/content/renderer/BUILD.gn
|
| +++ b/content/renderer/BUILD.gn
|
| @@ -35,6 +35,7 @@ source_set("renderer") {
|
| "//mojo/public/interfaces/application",
|
| "//net",
|
| "//skia",
|
| + "//storage/common",
|
| "//third_party/icu",
|
| "//third_party/libjingle",
|
| "//third_party/npapi",
|
| @@ -46,8 +47,6 @@ source_set("renderer") {
|
| "//ui/surface",
|
| "//v8",
|
| "//webkit/child",
|
| - "//webkit/common",
|
| - "//webkit/common:storage_common",
|
| "//webkit/common/gpu",
|
| ]
|
|
|
|
|