Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: content/public/browser/BUILD.gn

Issue 1782053004: Change how the quota system computes the total poolsize for temporary storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/browser/storage_partition_impl_map.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698