| 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 3931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |