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

Unified Diff: components/precache/core/BUILD.gn

Issue 2335913002: Add daily quota for precache (Closed)
Patch Set: minor fix Created 4 years, 3 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
Index: components/precache/core/BUILD.gn
diff --git a/components/precache/core/BUILD.gn b/components/precache/core/BUILD.gn
index 8fbfba9dc56bba35382b6c8abf0cb9244b6d4858..21f2951417c464df1507d51aa267824cbcf7a433 100644
--- a/components/precache/core/BUILD.gn
+++ b/components/precache/core/BUILD.gn
@@ -54,6 +54,7 @@ static_library("core") {
proto_library("proto") {
sources = [
"proto/precache.proto",
+ "proto/quota.proto",
sclittle 2016/09/14 16:23:28 Is this a new file? I don't see it in the code rev
Raj 2016/09/14 16:44:34 Done.
"proto/timestamp.proto",
"proto/unfinished_work.proto",
]
« no previous file with comments | « no previous file | components/precache/core/precache_database.h » ('j') | components/precache/core/precache_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698