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

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

Issue 424863002: Fill in some of ServiceWorkerFetchStores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cache_storage
Patch Set: Updated license Created 6 years, 4 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/BUILD.gn ('k') | content/browser/service_worker/service_worker_cache.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/BUILD.gn
diff --git a/content/browser/service_worker/BUILD.gn b/content/browser/service_worker/BUILD.gn
index d9f206615fb571677be606d30992a43a6e41f36d..43a2ff1b43595acc20194a8c83c6e118e707fa03 100644
--- a/content/browser/service_worker/BUILD.gn
+++ b/content/browser/service_worker/BUILD.gn
@@ -4,8 +4,9 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("database_proto") {
+proto_library("proto") {
sources = [
+ "service_worker_cache.proto",
"service_worker_database.proto",
]
}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/service_worker/service_worker_cache.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698