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

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

Issue 1632513002: Add a fragment change exception to history API's unique origin restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test. Created 4 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
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3931 matching lines...) Expand 10 before | Expand all | Expand 10 after
3942 'fetch/ImageResourceTest.cpp', 3942 'fetch/ImageResourceTest.cpp',
3943 'fetch/MemoryCacheTest.cpp', 3943 'fetch/MemoryCacheTest.cpp',
3944 'fetch/MockImageResourceClient.cpp', 3944 'fetch/MockImageResourceClient.cpp',
3945 'fetch/RawResourceTest.cpp', 3945 'fetch/RawResourceTest.cpp',
3946 'fetch/ResourceFetcherTest.cpp', 3946 'fetch/ResourceFetcherTest.cpp',
3947 'fetch/ResourceLoaderOptionsTest.cpp', 3947 'fetch/ResourceLoaderOptionsTest.cpp',
3948 'fetch/ResourceTest.cpp', 3948 'fetch/ResourceTest.cpp',
3949 'fileapi/FileListTest.cpp', 3949 'fileapi/FileListTest.cpp',
3950 'fileapi/FileTest.cpp', 3950 'fileapi/FileTest.cpp',
3951 'frame/FrameViewTest.cpp', 3951 'frame/FrameViewTest.cpp',
3952 'frame/HistoryTest.cpp',
3952 'frame/ImageBitmapTest.cpp', 3953 'frame/ImageBitmapTest.cpp',
3953 'frame/OriginsUsingFeaturesTest.cpp', 3954 'frame/OriginsUsingFeaturesTest.cpp',
3954 'frame/RootFrameViewportTest.cpp', 3955 'frame/RootFrameViewportTest.cpp',
3955 'frame/SubresourceIntegrityTest.cpp', 3956 'frame/SubresourceIntegrityTest.cpp',
3956 'frame/UseCounterTest.cpp', 3957 'frame/UseCounterTest.cpp',
3957 'frame/csp/CSPSourceListTest.cpp', 3958 'frame/csp/CSPSourceListTest.cpp',
3958 'frame/csp/CSPSourceTest.cpp', 3959 'frame/csp/CSPSourceTest.cpp',
3959 'frame/csp/ContentSecurityPolicyTest.cpp', 3960 'frame/csp/ContentSecurityPolicyTest.cpp',
3960 'inspector/v8/SourceMapTest.cpp', 3961 'inspector/v8/SourceMapTest.cpp',
3961 'html/FormDataTest.cpp', 3962 'html/FormDataTest.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 'style/SVGComputedStyleTest.cpp', 4035 'style/SVGComputedStyleTest.cpp',
4035 'svg/SVGPathParserTest.cpp', 4036 'svg/SVGPathParserTest.cpp',
4036 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4037 'testing/PrivateScriptTestTest.cpp', 4038 'testing/PrivateScriptTestTest.cpp',
4038 'timing/MemoryInfoTest.cpp', 4039 'timing/MemoryInfoTest.cpp',
4039 'workers/WorkerThreadTest.cpp', 4040 'workers/WorkerThreadTest.cpp',
4040 'xml/parser/SharedBufferReaderTest.cpp', 4041 'xml/parser/SharedBufferReaderTest.cpp',
4041 ], 4042 ],
4042 } 4043 }
4043 } 4044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698