Chromium Code Reviews| Index: content/public/browser/BUILD.gn |
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn |
| index dc7ba177041be4201267ae39b4d5c638c589024d..1c75337348300f8f6ccbed58d0ad5334dfd53439 100644 |
| --- a/content/public/browser/BUILD.gn |
| +++ b/content/public/browser/BUILD.gn |
| @@ -298,6 +298,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", |
|
michaeln
2016/12/07 01:45:12
Good question about //storage/browser dependencies
|
| "//third_party/WebKit/public:mojo_bindings", |
| ] |
| deps = [ |
| @@ -310,7 +313,6 @@ source_set("browser_sources") { |
| "//media", |
| "//net", |
| "//ppapi/c", |
| - "//storage/browser", |
| "//ui/accessibility", |
| "//ui/base", |
| "//ui/events", |