| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index c0f30522977091c26acd43ca631b231b45312eb7..dfaa1bb2485c77852adfb1fa6258acf1d4f8e57a 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -297,6 +297,9 @@ source_set("browser_sources") {
|
|
|
| # We expose skia headers in the public API.
|
| "//skia",
|
| +
|
| + # We expose storage headers for quota in the public API.
|
| + "//storage/browser",
|
| "//third_party/WebKit/public:mojo_bindings",
|
| ]
|
| deps = [
|
| @@ -309,7 +312,6 @@ source_set("browser_sources") {
|
| "//media",
|
| "//net",
|
| "//ppapi/c",
|
| - "//storage/browser",
|
| "//ui/accessibility",
|
| "//ui/base",
|
| "//ui/events",
|
|
|