| 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 4069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4080 'fetch/MultipartImageResourceParserTest.cpp', | 4080 'fetch/MultipartImageResourceParserTest.cpp', |
| 4081 'fetch/RawResourceTest.cpp', | 4081 'fetch/RawResourceTest.cpp', |
| 4082 'fetch/ResourceFetcherTest.cpp', | 4082 'fetch/ResourceFetcherTest.cpp', |
| 4083 'fetch/ResourceLoaderOptionsTest.cpp', | 4083 'fetch/ResourceLoaderOptionsTest.cpp', |
| 4084 'fetch/ResourceTest.cpp', | 4084 'fetch/ResourceTest.cpp', |
| 4085 'fileapi/FileListTest.cpp', | 4085 'fileapi/FileListTest.cpp', |
| 4086 'fileapi/FileTest.cpp', | 4086 'fileapi/FileTest.cpp', |
| 4087 'frame/FrameViewTest.cpp', | 4087 'frame/FrameViewTest.cpp', |
| 4088 'frame/HistoryTest.cpp', | 4088 'frame/HistoryTest.cpp', |
| 4089 'frame/ImageBitmapTest.cpp', | 4089 'frame/ImageBitmapTest.cpp', |
| 4090 'frame/LocalFrameTest.cpp', |
| 4090 'frame/OriginsUsingFeaturesTest.cpp', | 4091 'frame/OriginsUsingFeaturesTest.cpp', |
| 4091 'frame/RootFrameViewportTest.cpp', | 4092 'frame/RootFrameViewportTest.cpp', |
| 4092 'frame/SubresourceIntegrityTest.cpp', | 4093 'frame/SubresourceIntegrityTest.cpp', |
| 4093 'frame/UseCounterTest.cpp', | 4094 'frame/UseCounterTest.cpp', |
| 4094 'frame/csp/CSPDirectiveListTest.cpp', | 4095 'frame/csp/CSPDirectiveListTest.cpp', |
| 4095 'frame/csp/CSPSourceListTest.cpp', | 4096 'frame/csp/CSPSourceListTest.cpp', |
| 4096 'frame/csp/CSPSourceTest.cpp', | 4097 'frame/csp/CSPSourceTest.cpp', |
| 4097 'frame/csp/ContentSecurityPolicyTest.cpp', | 4098 'frame/csp/ContentSecurityPolicyTest.cpp', |
| 4098 'html/AutoplayExperimentTest.cpp', | 4099 'html/AutoplayExperimentTest.cpp', |
| 4099 'html/FormDataTest.cpp', | 4100 'html/FormDataTest.cpp', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4191 'testing/PrivateScriptTestTest.cpp', | 4192 'testing/PrivateScriptTestTest.cpp', |
| 4192 'timing/MemoryInfoTest.cpp', | 4193 'timing/MemoryInfoTest.cpp', |
| 4193 'timing/PerformanceBaseTest.cpp', | 4194 'timing/PerformanceBaseTest.cpp', |
| 4194 'timing/PerformanceObserverTest.cpp', | 4195 'timing/PerformanceObserverTest.cpp', |
| 4195 'workers/WorkerThreadTest.cpp', | 4196 'workers/WorkerThreadTest.cpp', |
| 4196 'workers/WorkerThreadTestHelper.h', | 4197 'workers/WorkerThreadTestHelper.h', |
| 4197 'xml/parser/SharedBufferReaderTest.cpp', | 4198 'xml/parser/SharedBufferReaderTest.cpp', |
| 4198 ], | 4199 ], |
| 4199 } | 4200 } |
| 4200 } | 4201 } |
| OLD | NEW |