OLD | NEW |
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 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4042 'fetch/ResourceTest.cpp', | 4042 'fetch/ResourceTest.cpp', |
4043 'fileapi/FileListTest.cpp', | 4043 'fileapi/FileListTest.cpp', |
4044 'fileapi/FileTest.cpp', | 4044 'fileapi/FileTest.cpp', |
4045 'frame/FrameViewTest.cpp', | 4045 'frame/FrameViewTest.cpp', |
4046 'frame/HistoryTest.cpp', | 4046 'frame/HistoryTest.cpp', |
4047 'frame/ImageBitmapTest.cpp', | 4047 'frame/ImageBitmapTest.cpp', |
4048 'frame/OriginsUsingFeaturesTest.cpp', | 4048 'frame/OriginsUsingFeaturesTest.cpp', |
4049 'frame/RootFrameViewportTest.cpp', | 4049 'frame/RootFrameViewportTest.cpp', |
4050 'frame/SubresourceIntegrityTest.cpp', | 4050 'frame/SubresourceIntegrityTest.cpp', |
4051 'frame/UseCounterTest.cpp', | 4051 'frame/UseCounterTest.cpp', |
| 4052 'frame/csp/CSPDirectiveListTest.cpp', |
4052 'frame/csp/CSPSourceListTest.cpp', | 4053 'frame/csp/CSPSourceListTest.cpp', |
4053 'frame/csp/CSPSourceTest.cpp', | 4054 'frame/csp/CSPSourceTest.cpp', |
4054 'frame/csp/ContentSecurityPolicyTest.cpp', | 4055 'frame/csp/ContentSecurityPolicyTest.cpp', |
4055 'html/AutoplayExperimentTest.cpp', | 4056 'html/AutoplayExperimentTest.cpp', |
4056 'html/FormDataTest.cpp', | 4057 'html/FormDataTest.cpp', |
4057 'html/HTMLDimensionTest.cpp', | 4058 'html/HTMLDimensionTest.cpp', |
4058 'html/HTMLFormControlElementTest.cpp', | 4059 'html/HTMLFormControlElementTest.cpp', |
4059 'html/HTMLImageElementTest.cpp', | 4060 'html/HTMLImageElementTest.cpp', |
4060 'html/HTMLInputElementTest.cpp', | 4061 'html/HTMLInputElementTest.cpp', |
4061 'html/HTMLLinkElementSizesAttributeTest.cpp', | 4062 'html/HTMLLinkElementSizesAttributeTest.cpp', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4147 'testing/PrivateScriptTestTest.cpp', | 4148 'testing/PrivateScriptTestTest.cpp', |
4148 'timing/MemoryInfoTest.cpp', | 4149 'timing/MemoryInfoTest.cpp', |
4149 'timing/PerformanceBaseTest.cpp', | 4150 'timing/PerformanceBaseTest.cpp', |
4150 'timing/PerformanceObserverTest.cpp', | 4151 'timing/PerformanceObserverTest.cpp', |
4151 'workers/WorkerThreadTest.cpp', | 4152 'workers/WorkerThreadTest.cpp', |
4152 'workers/WorkerThreadTestHelper.h', | 4153 'workers/WorkerThreadTestHelper.h', |
4153 'xml/parser/SharedBufferReaderTest.cpp', | 4154 'xml/parser/SharedBufferReaderTest.cpp', |
4154 ], | 4155 ], |
4155 } | 4156 } |
4156 } | 4157 } |
OLD | NEW |