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

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

Issue 2592793002: Revert of Change how the quota system computes the total poolsize for temporary storage (Closed)
Patch Set: 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
« 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 021e8f5e0c8d28a0e8b53e94e735b6a8fe58c2a8..18ad2f748fa7b7668eadcc2b14ed2320536ca62b 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -299,9 +299,6 @@ 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 = [
@@ -314,6 +311,7 @@ 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