| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index 412e8894a3b3eaa955f7b8864d14d856c5f5a546..3ef1c6d10aecf8b55f7b17cdaee7539dd962f728 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -227,6 +227,7 @@ static_library("content_shell_lib") {
|
| "//net",
|
| "//net:net_resources",
|
| "//skia",
|
| + "//storage/browser",
|
| "//third_party/WebKit/public:blink",
|
| "//third_party/WebKit/public:resources",
|
| "//third_party/WebKit/public:test_support",
|
| @@ -239,7 +240,6 @@ static_library("content_shell_lib") {
|
| "//ui/gl",
|
| "//url",
|
| "//v8",
|
| - "//webkit/browser:storage",
|
| #'copy_test_netscape_plugin', TODO(GYP)
|
| ]
|
|
|
|
|