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

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: Fixed broken build 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 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 'frame/RemoteFrame.h', 1209 'frame/RemoteFrame.h',
1210 'frame/RemoteFrameView.cpp', 1210 'frame/RemoteFrameView.cpp',
1211 'frame/RemoteFrameView.h', 1211 'frame/RemoteFrameView.h',
1212 'frame/Screen.cpp', 1212 'frame/Screen.cpp',
1213 'frame/Screen.h', 1213 'frame/Screen.h',
1214 'frame/Settings.cpp', 1214 'frame/Settings.cpp',
1215 'frame/SettingsDelegate.cpp', 1215 'frame/SettingsDelegate.cpp',
1216 'frame/SettingsDelegate.h', 1216 'frame/SettingsDelegate.h',
1217 'frame/SmartClip.cpp', 1217 'frame/SmartClip.cpp',
1218 'frame/SmartClip.h', 1218 'frame/SmartClip.h',
1219 'frame/SubresourceIntegrity.cpp',
1220 'frame/SubresourceIntegrity.h',
1219 'frame/SuspendableTimer.cpp', 1221 'frame/SuspendableTimer.cpp',
1220 'frame/SuspendableTimer.h', 1222 'frame/SuspendableTimer.h',
1221 'frame/UseCounter.cpp', 1223 'frame/UseCounter.cpp',
1222 'frame/csp/CSPDirectiveList.cpp', 1224 'frame/csp/CSPDirectiveList.cpp',
1223 'frame/csp/CSPSource.cpp', 1225 'frame/csp/CSPSource.cpp',
1224 'frame/csp/CSPSourceList.cpp', 1226 'frame/csp/CSPSourceList.cpp',
1225 'frame/csp/ContentSecurityPolicy.cpp', 1227 'frame/csp/ContentSecurityPolicy.cpp',
1226 'frame/csp/MediaListDirective.cpp', 1228 'frame/csp/MediaListDirective.cpp',
1227 'frame/csp/SourceListDirective.cpp', 1229 'frame/csp/SourceListDirective.cpp',
1228 'imagebitmap/ImageBitmapFactories.cpp', 1230 'imagebitmap/ImageBitmapFactories.cpp',
(...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 'editing/InputMethodControllerTest.cpp', 3520 'editing/InputMethodControllerTest.cpp',
3519 'editing/SurroundingTextTest.cpp', 3521 'editing/SurroundingTextTest.cpp',
3520 'editing/TextIteratorTest.cpp', 3522 'editing/TextIteratorTest.cpp',
3521 'editing/VisibleSelectionTest.cpp', 3523 'editing/VisibleSelectionTest.cpp',
3522 'fetch/CachingCorrectnessTest.cpp', 3524 'fetch/CachingCorrectnessTest.cpp',
3523 'fetch/ImageResourceTest.cpp', 3525 'fetch/ImageResourceTest.cpp',
3524 'fetch/MemoryCacheTest.cpp', 3526 'fetch/MemoryCacheTest.cpp',
3525 'fetch/RawResourceTest.cpp', 3527 'fetch/RawResourceTest.cpp',
3526 'fetch/ResourceFetcherTest.cpp', 3528 'fetch/ResourceFetcherTest.cpp',
3527 'frame/ImageBitmapTest.cpp', 3529 'frame/ImageBitmapTest.cpp',
3530 'frame/SubresourceIntegrityTest.cpp',
3528 'html/HTMLDimensionTest.cpp', 3531 'html/HTMLDimensionTest.cpp',
3529 'html/HTMLFormControlElementTest.cpp', 3532 'html/HTMLFormControlElementTest.cpp',
3530 'html/HTMLLinkElementSizesAttributeTest.cpp', 3533 'html/HTMLLinkElementSizesAttributeTest.cpp',
3531 'html/HTMLTextFormControlElementTest.cpp', 3534 'html/HTMLTextFormControlElementTest.cpp',
3532 'html/LinkRelAttributeTest.cpp', 3535 'html/LinkRelAttributeTest.cpp',
3533 'html/TimeRangesTest.cpp', 3536 'html/TimeRangesTest.cpp',
3534 'html/parser/HTMLParserThreadTest.cpp', 3537 'html/parser/HTMLParserThreadTest.cpp',
3535 'html/parser/HTMLSrcsetParserTest.cpp', 3538 'html/parser/HTMLSrcsetParserTest.cpp',
3536 'html/track/vtt/BufferedLineReaderTest.cpp', 3539 'html/track/vtt/BufferedLineReaderTest.cpp',
3537 'html/track/vtt/VTTScannerTest.cpp', 3540 'html/track/vtt/VTTScannerTest.cpp',
3538 'loader/MixedContentCheckerTest.cpp', 3541 'loader/MixedContentCheckerTest.cpp',
3539 'page/NetworkStateNotifierTest.cpp', 3542 'page/NetworkStateNotifierTest.cpp',
3540 'page/PrintContextTest.cpp', 3543 'page/PrintContextTest.cpp',
3541 'rendering/RenderOverflowTest.cpp', 3544 'rendering/RenderOverflowTest.cpp',
3542 'rendering/RenderPartTest.cpp', 3545 'rendering/RenderPartTest.cpp',
3543 'rendering/RenderTableCellTest.cpp', 3546 'rendering/RenderTableCellTest.cpp',
3544 'rendering/RenderTableRowTest.cpp', 3547 'rendering/RenderTableRowTest.cpp',
3545 'rendering/shapes/BoxShapeTest.cpp', 3548 'rendering/shapes/BoxShapeTest.cpp',
3546 'rendering/style/OutlineValueTest.cpp', 3549 'rendering/style/OutlineValueTest.cpp',
3547 'testing/PrivateScriptTestTest.cpp', 3550 'testing/PrivateScriptTestTest.cpp',
3548 'streams/ReadableStreamTest.cpp', 3551 'streams/ReadableStreamTest.cpp',
3549 'testing/UnitTestHelpers.cpp', 3552 'testing/UnitTestHelpers.cpp',
3550 'testing/UnitTestHelpers.h', 3553 'testing/UnitTestHelpers.h',
3551 'xml/parser/SharedBufferReaderTest.cpp', 3554 'xml/parser/SharedBufferReaderTest.cpp',
3552 ], 3555 ],
3553 } 3556 }
3554 } 3557 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698