Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index b43b978ab8f5ba493c4d0bb9c6736fb1ebfaf488..806113c59e68822d0b0a76ae22fac4379432769d 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -1216,6 +1216,8 @@ |
'frame/SettingsDelegate.h', |
'frame/SmartClip.cpp', |
'frame/SmartClip.h', |
+ 'frame/SubresourceIntegrity.cpp', |
+ 'frame/SubresourceIntegrity.h', |
'frame/SuspendableTimer.cpp', |
'frame/SuspendableTimer.h', |
'frame/UseCounter.cpp', |
@@ -3525,6 +3527,7 @@ |
'fetch/RawResourceTest.cpp', |
'fetch/ResourceFetcherTest.cpp', |
'frame/ImageBitmapTest.cpp', |
+ 'frame/SubresourceIntegrityTest.cpp', |
'html/HTMLDimensionTest.cpp', |
'html/HTMLFormControlElementTest.cpp', |
'html/HTMLLinkElementSizesAttributeTest.cpp', |