| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index d49424969690839d1fe753f03b1d8750eb4e8493..3f6e42320c66ed341be31b7ad0d407f1aadadec3 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -299,6 +299,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 = [
|
| @@ -311,7 +314,6 @@ source_set("browser_sources") {
|
| "//media",
|
| "//net",
|
| "//ppapi/c",
|
| - "//storage/browser",
|
| "//ui/accessibility",
|
| "//ui/base",
|
| "//ui/events",
|
|
|