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

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 4 years, 1 month 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
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",

Powered by Google App Engine
This is Rietveld 408576698