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

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

Issue 1039763002: Cache Storage: Move files to content/*/cache_storage, rename classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix Created 5 years, 9 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/background_sync/background_sync_manager.h ('k') | content/browser/cache_storage/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/cache_storage/BUILD.gn
diff --git a/content/browser/background_sync/BUILD.gn b/content/browser/cache_storage/BUILD.gn
similarity index 77%
copy from content/browser/background_sync/BUILD.gn
copy to content/browser/cache_storage/BUILD.gn
index 55aeded7a53a4379bfa84619a1796410c1e7a0fa..7b33ea105f1e3b08e65cf7dbb2ebdbfb4b9438a2 100644
--- a/content/browser/background_sync/BUILD.gn
+++ b/content/browser/cache_storage/BUILD.gn
@@ -4,8 +4,8 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("background_sync_proto") {
+proto_library("cache_storage_proto") {
sources = [
- "background_sync.proto",
+ "cache_storage.proto",
]
}
« no previous file with comments | « content/browser/background_sync/background_sync_manager.h ('k') | content/browser/cache_storage/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698