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

Unified Diff: webkit/webkit.gyp

Issue 293021: Introduce WebSecurityPolicy for security related methods (Closed)
Patch Set: socket needs weburl import Created 11 years, 2 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 | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index ce249c26e3aa982ead18172cf03b0f81e09bfdff..c5056800ec307f4f8899d03e80782cdfcbc8d540 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -135,6 +135,7 @@
'api/public/WebScriptController.h',
'api/public/WebScriptSource.h',
'api/public/WebSecurityOrigin.h',
+ 'api/public/WebSecurityPolicy.h',
'api/public/WebSettings.h',
'api/public/WebSize.h',
'api/public/WebSocketStreamError.h',
@@ -230,6 +231,7 @@
'api/src/WebRange.cpp',
'api/src/WebScriptController.cpp',
'api/src/WebSecurityOrigin.cpp',
+ 'api/src/WebSecurityPolicy.cpp',
'api/src/WebSettingsImpl.cpp',
'api/src/WebSettingsImpl.h',
'api/src/WebStorageAreaImpl.cpp',
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698