| 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 3989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4000 'html/AutoplayExperimentTest.cpp', | 4000 'html/AutoplayExperimentTest.cpp', |
| 4001 'html/FormDataTest.cpp', | 4001 'html/FormDataTest.cpp', |
| 4002 'html/HTMLDimensionTest.cpp', | 4002 'html/HTMLDimensionTest.cpp', |
| 4003 'html/HTMLFormControlElementTest.cpp', | 4003 'html/HTMLFormControlElementTest.cpp', |
| 4004 'html/HTMLImageElementTest.cpp', | 4004 'html/HTMLImageElementTest.cpp', |
| 4005 'html/HTMLInputElementTest.cpp', | 4005 'html/HTMLInputElementTest.cpp', |
| 4006 'html/HTMLLinkElementSizesAttributeTest.cpp', | 4006 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 4007 'html/HTMLOutputElementTest.cpp', | 4007 'html/HTMLOutputElementTest.cpp', |
| 4008 'html/HTMLSelectElementTest.cpp', | 4008 'html/HTMLSelectElementTest.cpp', |
| 4009 'html/HTMLTableRowElementTest.cpp', | 4009 'html/HTMLTableRowElementTest.cpp', |
| 4010 'html/HTMLTextAreaElementTest.cpp', |
| 4010 'html/HTMLTextFormControlElementTest.cpp', | 4011 'html/HTMLTextFormControlElementTest.cpp', |
| 4011 'html/HTMLVideoElementTest.cpp', | 4012 'html/HTMLVideoElementTest.cpp', |
| 4012 'html/LinkRelAttributeTest.cpp', | 4013 'html/LinkRelAttributeTest.cpp', |
| 4013 'html/TimeRangesTest.cpp', | 4014 'html/TimeRangesTest.cpp', |
| 4014 'html/canvas/CanvasFontCacheTest.cpp', | 4015 'html/canvas/CanvasFontCacheTest.cpp', |
| 4015 'html/forms/EmailInputTypeTest.cpp', | 4016 'html/forms/EmailInputTypeTest.cpp', |
| 4016 'html/forms/FileInputTypeTest.cpp', | 4017 'html/forms/FileInputTypeTest.cpp', |
| 4017 'html/forms/StepRangeTest.cpp', | 4018 'html/forms/StepRangeTest.cpp', |
| 4018 'html/parser/AtomicHTMLTokenTest.cpp', | 4019 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4019 'html/parser/CompactHTMLTokenTest.cpp', | 4020 'html/parser/CompactHTMLTokenTest.cpp', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4086 'svg/SVGPathParserTest.cpp', | 4087 'svg/SVGPathParserTest.cpp', |
| 4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4088 'testing/PrivateScriptTestTest.cpp', | 4089 'testing/PrivateScriptTestTest.cpp', |
| 4089 'timing/MemoryInfoTest.cpp', | 4090 'timing/MemoryInfoTest.cpp', |
| 4090 'workers/WorkerThreadTest.cpp', | 4091 'workers/WorkerThreadTest.cpp', |
| 4091 'workers/WorkerThreadTestHelper.h', | 4092 'workers/WorkerThreadTestHelper.h', |
| 4092 'xml/parser/SharedBufferReaderTest.cpp', | 4093 'xml/parser/SharedBufferReaderTest.cpp', |
| 4093 ], | 4094 ], |
| 4094 } | 4095 } |
| 4095 } | 4096 } |
| OLD | NEW |