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

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: Many improvements, closer to standard 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..809813701b06fbc9d1dfc13dd5212776f5359116 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1211,6 +1211,7 @@
'frame/SettingsDelegate.h',
'frame/SmartClip.cpp',
'frame/SmartClip.h',
+ 'frame/SubresourceIntegrity.cpp',
Mike West 2014/09/16 06:45:03 Please add the .h as well.
jww 2014/09/16 22:34:49 Done.
'frame/SuspendableTimer.cpp',
'frame/SuspendableTimer.h',
'frame/UseCounter.cpp',

Powered by Google App Engine
This is Rietveld 408576698