| 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 4023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4034 'html/HTMLInputElementTest.cpp', | 4034 'html/HTMLInputElementTest.cpp', |
| 4035 'html/HTMLLinkElementSizesAttributeTest.cpp', | 4035 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 4036 'html/HTMLOutputElementTest.cpp', | 4036 'html/HTMLOutputElementTest.cpp', |
| 4037 'html/HTMLSelectElementTest.cpp', | 4037 'html/HTMLSelectElementTest.cpp', |
| 4038 'html/HTMLTableRowElementTest.cpp', | 4038 'html/HTMLTableRowElementTest.cpp', |
| 4039 'html/HTMLTextAreaElementTest.cpp', | 4039 'html/HTMLTextAreaElementTest.cpp', |
| 4040 'html/HTMLTextFormControlElementTest.cpp', | 4040 'html/HTMLTextFormControlElementTest.cpp', |
| 4041 'html/HTMLVideoElementTest.cpp', | 4041 'html/HTMLVideoElementTest.cpp', |
| 4042 'html/LinkRelAttributeTest.cpp', | 4042 'html/LinkRelAttributeTest.cpp', |
| 4043 'html/TimeRangesTest.cpp', | 4043 'html/TimeRangesTest.cpp', |
| 4044 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', |
| 4044 'html/canvas/CanvasFontCacheTest.cpp', | 4045 'html/canvas/CanvasFontCacheTest.cpp', |
| 4045 'html/forms/EmailInputTypeTest.cpp', | 4046 'html/forms/EmailInputTypeTest.cpp', |
| 4046 'html/forms/FileInputTypeTest.cpp', | 4047 'html/forms/FileInputTypeTest.cpp', |
| 4047 'html/forms/StepRangeTest.cpp', | 4048 'html/forms/StepRangeTest.cpp', |
| 4048 'html/parser/AtomicHTMLTokenTest.cpp', | 4049 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4049 'html/parser/CompactHTMLTokenTest.cpp', | 4050 'html/parser/CompactHTMLTokenTest.cpp', |
| 4050 'html/parser/HTMLEntityParserTest.cpp', | 4051 'html/parser/HTMLEntityParserTest.cpp', |
| 4051 'html/parser/HTMLParserIdiomsTest.cpp', | 4052 'html/parser/HTMLParserIdiomsTest.cpp', |
| 4052 'html/parser/HTMLParserThreadTest.cpp', | 4053 'html/parser/HTMLParserThreadTest.cpp', |
| 4053 'html/parser/HTMLPreloadScannerTest.cpp', | 4054 'html/parser/HTMLPreloadScannerTest.cpp', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4118 'svg/SVGPathParserTest.cpp', | 4119 'svg/SVGPathParserTest.cpp', |
| 4119 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4120 'testing/PrivateScriptTestTest.cpp', | 4121 'testing/PrivateScriptTestTest.cpp', |
| 4121 'timing/MemoryInfoTest.cpp', | 4122 'timing/MemoryInfoTest.cpp', |
| 4122 'workers/WorkerThreadTest.cpp', | 4123 'workers/WorkerThreadTest.cpp', |
| 4123 'workers/WorkerThreadTestHelper.h', | 4124 'workers/WorkerThreadTestHelper.h', |
| 4124 'xml/parser/SharedBufferReaderTest.cpp', | 4125 'xml/parser/SharedBufferReaderTest.cpp', |
| 4125 ], | 4126 ], |
| 4126 } | 4127 } |
| 4127 } | 4128 } |
| OLD | NEW |