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

Unified Diff: third_party/WebKit/Source/modules/background_sync/BUILD.gn

Issue 2481393002: [background-sync] Remove WebSyncError and SyncCallbacks (Closed)
Patch Set: Remove stray SyncError declaration Created 4 years, 1 month 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: third_party/WebKit/Source/modules/background_sync/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/background_sync/BUILD.gn b/third_party/WebKit/Source/modules/background_sync/BUILD.gn
index 6d1db2608e4f373253fa7a2376559ab0dd754448..9eb9fafc0a87cec37bd5871281fc36227f1ce930 100644
--- a/third_party/WebKit/Source/modules/background_sync/BUILD.gn
+++ b/third_party/WebKit/Source/modules/background_sync/BUILD.gn
@@ -11,10 +11,6 @@ blink_modules_sources("background_sync") {
"ServiceWorkerGlobalScopeSync.h",
"ServiceWorkerRegistrationSync.cpp",
"ServiceWorkerRegistrationSync.h",
- "SyncCallbacks.cpp",
- "SyncCallbacks.h",
- "SyncError.cpp",
- "SyncError.h",
"SyncEvent.cpp",
"SyncEvent.h",
"SyncManager.cpp",

Powered by Google App Engine
This is Rietveld 408576698