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

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

Issue 950343006: [BackgroundSync] Initial land of the BackgroundSyncManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mapped registrations, more tests, register overwrites existing, unique ids for registrations 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
Index: content/browser/background_sync/BUILD.gn
diff --git a/content/browser/notifications/BUILD.gn b/content/browser/background_sync/BUILD.gn
similarity index 75%
copy from content/browser/notifications/BUILD.gn
copy to content/browser/background_sync/BUILD.gn
index 0f6d5456988125873ebb894c8b61fe8383f46111..55aeded7a53a4379bfa84619a1796410c1e7a0fa 100644
--- a/content/browser/notifications/BUILD.gn
+++ b/content/browser/background_sync/BUILD.gn
@@ -4,8 +4,8 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("notification_proto") {
+proto_library("background_sync_proto") {
sources = [
- "notification_database_data.proto",
+ "background_sync.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698