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

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 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 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",

Powered by Google App Engine
This is Rietveld 408576698