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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2767423002: Worker: Add missing files in BUILD.gn (Closed)
Patch Set: Created 3 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 | « third_party/WebKit/Source/modules/serviceworkers/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 9f3b450b96f7e070e89a290acaf4a15ad35e2db3..8aac2a6c42181d235ca9d99d56854685ab2b20af 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -393,6 +393,7 @@ source_set("blink_headers") {
"platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h",
"platform/modules/serviceworker/WebServiceWorkerRequest.h",
"platform/modules/serviceworker/WebServiceWorkerResponse.h",
+ "platform/modules/serviceworker/WebServiceWorkerResponseError.h",
"platform/modules/serviceworker/WebServiceWorkerResponseType.h",
"platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h",
"platform/modules/serviceworker/WebServiceWorkerState.h",
@@ -541,6 +542,7 @@ source_set("blink_headers") {
"web/WebSharedWorker.h",
"web/WebSharedWorkerClient.h",
"web/WebSharedWorkerConnectListener.h",
+ "web/WebSharedWorkerCreationContextType.h",
"web/WebSharedWorkerCreationErrors.h",
"web/WebSharedWorkerRepositoryClient.h",
"web/WebSpeechGrammar.h",
« no previous file with comments | « third_party/WebKit/Source/modules/serviceworkers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698