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

Side by Side Diff: Source/core/core.gypi

Issue 132613003: CSP 1.1: Remove the 'SecurityPolicy' interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'frame/BarProp.idl', 130 'frame/BarProp.idl',
131 'frame/Console.idl', 131 'frame/Console.idl',
132 'frame/ConsoleBase.idl', 132 'frame/ConsoleBase.idl',
133 'frame/History.idl', 133 'frame/History.idl',
134 'frame/ImageBitmap.idl', 134 'frame/ImageBitmap.idl',
135 'frame/Location.idl', 135 'frame/Location.idl',
136 'frame/Navigator.idl', 136 'frame/Navigator.idl',
137 'frame/NavigatorID.idl', 137 'frame/NavigatorID.idl',
138 'frame/NavigatorOnLine.idl', 138 'frame/NavigatorOnLine.idl',
139 'frame/Screen.idl', 139 'frame/Screen.idl',
140 'frame/SecurityPolicy.idl',
141 'frame/WebKitPoint.idl', 140 'frame/WebKitPoint.idl',
142 'frame/Window.idl', 141 'frame/Window.idl',
143 'frame/WindowBase64.idl', 142 'frame/WindowBase64.idl',
144 'frame/WindowEventHandlers.idl', 143 'frame/WindowEventHandlers.idl',
145 'frame/WindowTimers.idl', 144 'frame/WindowTimers.idl',
146 'html/FormData.idl', 145 'html/FormData.idl',
147 'html/HTMLAllCollection.idl', 146 'html/HTMLAllCollection.idl',
148 'html/HTMLAnchorElement.idl', 147 'html/HTMLAnchorElement.idl',
149 'html/HTMLAppletElement.idl', 148 'html/HTMLAppletElement.idl',
150 'html/HTMLAreaElement.idl', 149 'html/HTMLAreaElement.idl',
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 'fileapi/Stream.h', 1026 'fileapi/Stream.h',
1028 'frame/BarProp.cpp', 1027 'frame/BarProp.cpp',
1029 'frame/BarProp.h', 1028 'frame/BarProp.h',
1030 'frame/Console.cpp', 1029 'frame/Console.cpp',
1031 'frame/Console.h', 1030 'frame/Console.h',
1032 'frame/ConsoleBase.cpp', 1031 'frame/ConsoleBase.cpp',
1033 'frame/ConsoleBase.h', 1032 'frame/ConsoleBase.h',
1034 'frame/ContentSecurityPolicy.cpp', 1033 'frame/ContentSecurityPolicy.cpp',
1035 'frame/ContentSecurityPolicyResponseHeaders.cpp', 1034 'frame/ContentSecurityPolicyResponseHeaders.cpp',
1036 'frame/DOMPoint.h', 1035 'frame/DOMPoint.h',
1037 'frame/DOMSecurityPolicy.cpp',
1038 'frame/DOMTimer.cpp', 1036 'frame/DOMTimer.cpp',
1039 'frame/DOMTimer.h', 1037 'frame/DOMTimer.h',
1040 'frame/DOMWindow.cpp', 1038 'frame/DOMWindow.cpp',
1041 'frame/DOMWindow.h', 1039 'frame/DOMWindow.h',
1042 'frame/DOMWindowBase64.cpp', 1040 'frame/DOMWindowBase64.cpp',
1043 'frame/DOMWindowBase64.h', 1041 'frame/DOMWindowBase64.h',
1044 'frame/DOMWindowEventHandlers.h', 1042 'frame/DOMWindowEventHandlers.h',
1045 'frame/DOMWindowLifecycleNotifier.cpp', 1043 'frame/DOMWindowLifecycleNotifier.cpp',
1046 'frame/DOMWindowLifecycleNotifier.h', 1044 'frame/DOMWindowLifecycleNotifier.h',
1047 'frame/DOMWindowLifecycleObserver.cpp', 1045 'frame/DOMWindowLifecycleObserver.cpp',
(...skipping 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
3253 'html/track/vtt/BufferedLineReaderTest.cpp', 3251 'html/track/vtt/BufferedLineReaderTest.cpp',
3254 'html/track/vtt/VTTScannerTest.cpp', 3252 'html/track/vtt/VTTScannerTest.cpp',
3255 'frame/ImageBitmapTest.cpp', 3253 'frame/ImageBitmapTest.cpp',
3256 'rendering/RenderOverflowTest.cpp', 3254 'rendering/RenderOverflowTest.cpp',
3257 'rendering/shapes/BoxShapeTest.cpp', 3255 'rendering/shapes/BoxShapeTest.cpp',
3258 'testing/UnitTestHelpers.h', 3256 'testing/UnitTestHelpers.h',
3259 'testing/UnitTestHelpers.cpp', 3257 'testing/UnitTestHelpers.cpp',
3260 ], 3258 ],
3261 } 3259 }
3262 } 3260 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698