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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2118243002: [proof-of-concept] SW thread independent of the main thread Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 8b8be42b713e774aaa5d28049cd8d6c4a389320f..aafdebb6780777a17e948f8fc1b54c9cc6c1f7d5 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1565,6 +1565,10 @@
'serviceworkers/ForeignFetchRespondWithObserver.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
+ 'serviceworkers/IsolatedWorkerReportingProxy.cpp',
+ 'serviceworkers/IsolatedWorkerReportingProxy.h',
+ 'serviceworkers/IsolatedWorkerThread.cpp',
+ 'serviceworkers/IsolatedWorkerThread.h',
'serviceworkers/NavigatorServiceWorker.cpp',
'serviceworkers/NavigatorServiceWorker.h',
'serviceworkers/RespondWithObserver.cpp',

Powered by Google App Engine
This is Rietveld 408576698