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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 'frame/RemoteFrame.h', 1204 'frame/RemoteFrame.h',
1205 'frame/RemoteFrameView.cpp', 1205 'frame/RemoteFrameView.cpp',
1206 'frame/RemoteFrameView.h', 1206 'frame/RemoteFrameView.h',
1207 'frame/Screen.cpp', 1207 'frame/Screen.cpp',
1208 'frame/Screen.h', 1208 'frame/Screen.h',
1209 'frame/Settings.cpp', 1209 'frame/Settings.cpp',
1210 'frame/SettingsDelegate.cpp', 1210 'frame/SettingsDelegate.cpp',
1211 'frame/SettingsDelegate.h', 1211 'frame/SettingsDelegate.h',
1212 'frame/SmartClip.cpp', 1212 'frame/SmartClip.cpp',
1213 'frame/SmartClip.h', 1213 'frame/SmartClip.h',
1214 'frame/SubresourceIntegrity.cpp',
1215 'frame/SubresourceIntegrity.h',
1214 'frame/SuspendableTimer.cpp', 1216 'frame/SuspendableTimer.cpp',
1215 'frame/SuspendableTimer.h', 1217 'frame/SuspendableTimer.h',
1216 'frame/UseCounter.cpp', 1218 'frame/UseCounter.cpp',
1217 'frame/csp/CSPDirectiveList.cpp', 1219 'frame/csp/CSPDirectiveList.cpp',
1218 'frame/csp/CSPSource.cpp', 1220 'frame/csp/CSPSource.cpp',
1219 'frame/csp/CSPSourceList.cpp', 1221 'frame/csp/CSPSourceList.cpp',
1220 'frame/csp/ContentSecurityPolicy.cpp', 1222 'frame/csp/ContentSecurityPolicy.cpp',
1221 'frame/csp/MediaListDirective.cpp', 1223 'frame/csp/MediaListDirective.cpp',
1222 'frame/csp/SourceListDirective.cpp', 1224 'frame/csp/SourceListDirective.cpp',
1223 'imagebitmap/ImageBitmapFactories.cpp', 1225 'imagebitmap/ImageBitmapFactories.cpp',
(...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3474 'editing/InputMethodControllerTest.cpp', 3476 'editing/InputMethodControllerTest.cpp',
3475 'editing/SurroundingTextTest.cpp', 3477 'editing/SurroundingTextTest.cpp',
3476 'editing/TextIteratorTest.cpp', 3478 'editing/TextIteratorTest.cpp',
3477 'editing/VisibleSelectionTest.cpp', 3479 'editing/VisibleSelectionTest.cpp',
3478 'fetch/CachingCorrectnessTest.cpp', 3480 'fetch/CachingCorrectnessTest.cpp',
3479 'fetch/ImageResourceTest.cpp', 3481 'fetch/ImageResourceTest.cpp',
3480 'fetch/MemoryCacheTest.cpp', 3482 'fetch/MemoryCacheTest.cpp',
3481 'fetch/RawResourceTest.cpp', 3483 'fetch/RawResourceTest.cpp',
3482 'fetch/ResourceFetcherTest.cpp', 3484 'fetch/ResourceFetcherTest.cpp',
3483 'frame/ImageBitmapTest.cpp', 3485 'frame/ImageBitmapTest.cpp',
3486 'frame/SubresourceIntegrityTest.cpp',
3484 'html/HTMLDimensionTest.cpp', 3487 'html/HTMLDimensionTest.cpp',
3485 'html/HTMLFormControlElementTest.cpp', 3488 'html/HTMLFormControlElementTest.cpp',
3486 'html/HTMLLinkElementSizesAttributeTest.cpp', 3489 'html/HTMLLinkElementSizesAttributeTest.cpp',
3487 'html/HTMLTextFormControlElementTest.cpp', 3490 'html/HTMLTextFormControlElementTest.cpp',
3488 'html/LinkRelAttributeTest.cpp', 3491 'html/LinkRelAttributeTest.cpp',
3489 'html/TimeRangesTest.cpp', 3492 'html/TimeRangesTest.cpp',
3490 'html/parser/HTMLParserThreadTest.cpp', 3493 'html/parser/HTMLParserThreadTest.cpp',
3491 'html/parser/HTMLSrcsetParserTest.cpp', 3494 'html/parser/HTMLSrcsetParserTest.cpp',
3492 'html/track/vtt/BufferedLineReaderTest.cpp', 3495 'html/track/vtt/BufferedLineReaderTest.cpp',
3493 'html/track/vtt/VTTScannerTest.cpp', 3496 'html/track/vtt/VTTScannerTest.cpp',
3494 'loader/MixedContentCheckerTest.cpp', 3497 'loader/MixedContentCheckerTest.cpp',
3495 'page/NetworkStateNotifierTest.cpp', 3498 'page/NetworkStateNotifierTest.cpp',
3496 'page/PrintContextTest.cpp', 3499 'page/PrintContextTest.cpp',
3497 'rendering/RenderOverflowTest.cpp', 3500 'rendering/RenderOverflowTest.cpp',
3498 'rendering/RenderPartTest.cpp', 3501 'rendering/RenderPartTest.cpp',
3499 'rendering/RenderTableCellTest.cpp', 3502 'rendering/RenderTableCellTest.cpp',
3500 'rendering/RenderTableRowTest.cpp', 3503 'rendering/RenderTableRowTest.cpp',
3501 'rendering/shapes/BoxShapeTest.cpp', 3504 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3505 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3506 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3507 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3508 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3509 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3510 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3511 ],
3509 } 3512 }
3510 } 3513 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698