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

Unified Diff: Source/core/core.gypi

Issue 566083003: Implementation of subresource integrity attribute for secure origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixes from mkwst Created 6 years, 3 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 79043541cd131acdc021b5484af950da68700f6f..4fedef29de42f82d84a491339476636202b142aa 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1211,6 +1211,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',
@@ -3481,6 +3483,7 @@
'fetch/RawResourceTest.cpp',
'fetch/ResourceFetcherTest.cpp',
'frame/ImageBitmapTest.cpp',
+ 'frame/SubresourceIntegrityTest.cpp',
'html/HTMLDimensionTest.cpp',
'html/HTMLFormControlElementTest.cpp',
'html/HTMLLinkElementSizesAttributeTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698