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

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

Issue 1781783002: Implement support for link type serviceworker in link elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move scope parsing to LinkServiceWorker Created 4 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index a57f379f1b64d2fd03ddf01c2dda46b45752c677..ee528bedc8f3b33f802b996b88900bb0dbe63131 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2960,6 +2960,8 @@
'html/LinkRelAttribute.h',
'html/LinkResource.cpp',
'html/LinkResource.h',
+ 'html/LinkServiceWorker.cpp',
+ 'html/LinkServiceWorker.h',
'html/MediaDocument.cpp',
'html/MediaDocument.h',
'html/MediaError.h',

Powered by Google App Engine
This is Rietveld 408576698