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

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

Issue 901903003: CSP: Adding the 'upgrade-insecure-requests' directive. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WebSockets + Tests. Created 5 years, 10 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after
3724 'fetch/ImageResourceTest.cpp', 3724 'fetch/ImageResourceTest.cpp',
3725 'fetch/MemoryCacheTest.cpp', 3725 'fetch/MemoryCacheTest.cpp',
3726 'fetch/RawResourceTest.cpp', 3726 'fetch/RawResourceTest.cpp',
3727 'fetch/ResourceFetcherTest.cpp', 3727 'fetch/ResourceFetcherTest.cpp',
3728 'fetch/ResourceLoaderOptionsTest.cpp', 3728 'fetch/ResourceLoaderOptionsTest.cpp',
3729 'fetch/ResourceTest.cpp', 3729 'fetch/ResourceTest.cpp',
3730 'fileapi/FileListTest.cpp', 3730 'fileapi/FileListTest.cpp',
3731 'fileapi/FileTest.cpp', 3731 'fileapi/FileTest.cpp',
3732 'frame/ImageBitmapTest.cpp', 3732 'frame/ImageBitmapTest.cpp',
3733 'frame/SubresourceIntegrityTest.cpp', 3733 'frame/SubresourceIntegrityTest.cpp',
3734 'frame/csp/ContentSecurityPolicyTest.cpp',
3734 'html/HTMLDimensionTest.cpp', 3735 'html/HTMLDimensionTest.cpp',
3735 'html/HTMLFormControlElementTest.cpp', 3736 'html/HTMLFormControlElementTest.cpp',
3736 'html/HTMLInputElementTest.cpp', 3737 'html/HTMLInputElementTest.cpp',
3737 'html/HTMLLinkElementSizesAttributeTest.cpp', 3738 'html/HTMLLinkElementSizesAttributeTest.cpp',
3738 'html/HTMLSelectElementTest.cpp', 3739 'html/HTMLSelectElementTest.cpp',
3739 'html/HTMLTextFormControlElementTest.cpp', 3740 'html/HTMLTextFormControlElementTest.cpp',
3740 'html/LinkRelAttributeTest.cpp', 3741 'html/LinkRelAttributeTest.cpp',
3741 'html/TimeRangesTest.cpp', 3742 'html/TimeRangesTest.cpp',
3742 'html/forms/FileInputTypeTest.cpp', 3743 'html/forms/FileInputTypeTest.cpp',
3743 'html/parser/HTMLParserThreadTest.cpp', 3744 'html/parser/HTMLParserThreadTest.cpp',
(...skipping 25 matching lines...) Expand all
3769 'rendering/style/SVGRenderStyleTest.cpp', 3770 'rendering/style/SVGRenderStyleTest.cpp',
3770 'streams/ExclusiveStreamReaderTest.cpp', 3771 'streams/ExclusiveStreamReaderTest.cpp',
3771 'streams/ReadableStreamTest.cpp', 3772 'streams/ReadableStreamTest.cpp',
3772 'testing/PrivateScriptTestTest.cpp', 3773 'testing/PrivateScriptTestTest.cpp',
3773 'testing/UnitTestHelpers.cpp', 3774 'testing/UnitTestHelpers.cpp',
3774 'testing/UnitTestHelpers.h', 3775 'testing/UnitTestHelpers.h',
3775 'xml/parser/SharedBufferReaderTest.cpp', 3776 'xml/parser/SharedBufferReaderTest.cpp',
3776 ], 3777 ],
3777 } 3778 }
3778 } 3779 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698