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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 730203007: CSP: Permit exempting schemes only for certain policy areas. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'testing/TreeTestHelpers.h', 923 'testing/TreeTestHelpers.h',
924 'transforms/TransformOperationsTest.cpp', 924 'transforms/TransformOperationsTest.cpp',
925 'transforms/TransformationMatrixTest.cpp', 925 'transforms/TransformationMatrixTest.cpp',
926 'text/BidiResolverTest.cpp', 926 'text/BidiResolverTest.cpp',
927 'text/DateTimeFormatTest.cpp', 927 'text/DateTimeFormatTest.cpp',
928 'text/SegmentedStringTest.cpp', 928 'text/SegmentedStringTest.cpp',
929 'text/UnicodeUtilitiesTest.cpp', 929 'text/UnicodeUtilitiesTest.cpp',
930 'weborigin/DatabaseIdentifierTest.cpp', 930 'weborigin/DatabaseIdentifierTest.cpp',
931 'weborigin/KURLTest.cpp', 931 'weborigin/KURLTest.cpp',
932 'weborigin/OriginAccessEntryTest.cpp', 932 'weborigin/OriginAccessEntryTest.cpp',
933 'weborigin/SchemeRegistryTest.cpp',
933 'weborigin/SecurityOriginTest.cpp', 934 'weborigin/SecurityOriginTest.cpp',
934 'weborigin/SecurityPolicyTest.cpp', 935 'weborigin/SecurityPolicyTest.cpp',
935 ], 936 ],
936 # NOTE: these are legacy unit tests, do not add more! 937 # NOTE: these are legacy unit tests, do not add more!
937 'platform_web_unittest_files': [ 938 'platform_web_unittest_files': [
938 'graphics/BitmapImageTest.cpp', 939 'graphics/BitmapImageTest.cpp',
939 'graphics/Canvas2DLayerBridgeTest.cpp', 940 'graphics/Canvas2DLayerBridgeTest.cpp',
940 'graphics/Canvas2DLayerManagerTest.cpp', 941 'graphics/Canvas2DLayerManagerTest.cpp',
941 'graphics/DeferredImageDecoderTest.cpp', 942 'graphics/DeferredImageDecoderTest.cpp',
942 'graphics/GraphicsLayerTest.cpp', 943 'graphics/GraphicsLayerTest.cpp',
943 'graphics/ImageDecodingStoreTest.cpp', 944 'graphics/ImageDecodingStoreTest.cpp',
944 'graphics/ImageFrameGeneratorTest.cpp', 945 'graphics/ImageFrameGeneratorTest.cpp',
945 'graphics/ImageLayerChromiumTest.cpp', 946 'graphics/ImageLayerChromiumTest.cpp',
946 'graphics/test/MockImageDecoder.h', 947 'graphics/test/MockImageDecoder.h',
947 'graphics/test/MockWebGraphicsContext3D.h', 948 'graphics/test/MockWebGraphicsContext3D.h',
948 'image-decoders/gif/GIFImageDecoderTest.cpp', 949 'image-decoders/gif/GIFImageDecoderTest.cpp',
949 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 950 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
950 'image-decoders/webp/WEBPImageDecoderTest.cpp', 951 'image-decoders/webp/WEBPImageDecoderTest.cpp',
951 ], 952 ],
952 }, 953 },
953 } 954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698