| Index: chrome/renderer/BUILD.gn
|
| diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
|
| index 8aec95338cd9865bc07fe2ef09dd3edfa0a42993..33b1183bf271aaa1bb85c6c1f8dc87922049f2a0 100644
|
| --- a/chrome/renderer/BUILD.gn
|
| +++ b/chrome/renderer/BUILD.gn
|
| @@ -56,6 +56,7 @@ static_library("renderer") {
|
| "//media/cast/logging/proto",
|
| "//net",
|
| "//skia",
|
| + "//storage/common",
|
| "//third_party/WebKit/public:blink",
|
| "//third_party/WebKit/public:resources",
|
| "//third_party/icu",
|
| @@ -64,8 +65,6 @@ static_library("renderer") {
|
| "//third_party/widevine/cdm:version_h",
|
| "//ui/surface",
|
| "//v8:v8",
|
| - "//webkit/child",
|
| - "//storage/common",
|
| ]
|
|
|
| if (enable_nacl) {
|
|
|