| 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 2785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2796 'html/canvas/CanvasRenderingContext2D.cpp', | 2796 'html/canvas/CanvasRenderingContext2D.cpp', |
| 2797 'html/canvas/CanvasRenderingContext2D.h', | 2797 'html/canvas/CanvasRenderingContext2D.h', |
| 2798 'html/canvas/CanvasRenderingContext2DState.cpp', | 2798 'html/canvas/CanvasRenderingContext2DState.cpp', |
| 2799 'html/canvas/CanvasRenderingContext2DState.h', | 2799 'html/canvas/CanvasRenderingContext2DState.h', |
| 2800 'html/canvas/CanvasStyle.cpp', | 2800 'html/canvas/CanvasStyle.cpp', |
| 2801 'html/canvas/CanvasStyle.h', | 2801 'html/canvas/CanvasStyle.h', |
| 2802 'html/canvas/ContextAttributeHelpers.cpp', | 2802 'html/canvas/ContextAttributeHelpers.cpp', |
| 2803 'html/canvas/ContextAttributeHelpers.h', | 2803 'html/canvas/ContextAttributeHelpers.h', |
| 2804 'html/canvas/ClipList.cpp', | 2804 'html/canvas/ClipList.cpp', |
| 2805 'html/canvas/ClipList.h', | 2805 'html/canvas/ClipList.h', |
| 2806 'html/canvas/DataView.cpp', | |
| 2807 'html/canvas/DataView.h', | |
| 2808 'html/canvas/EXTBlendMinMax.cpp', | 2806 'html/canvas/EXTBlendMinMax.cpp', |
| 2809 'html/canvas/EXTBlendMinMax.h', | 2807 'html/canvas/EXTBlendMinMax.h', |
| 2810 'html/canvas/EXTFragDepth.cpp', | 2808 'html/canvas/EXTFragDepth.cpp', |
| 2811 'html/canvas/EXTFragDepth.h', | 2809 'html/canvas/EXTFragDepth.h', |
| 2812 'html/canvas/EXTShaderTextureLOD.cpp', | 2810 'html/canvas/EXTShaderTextureLOD.cpp', |
| 2813 'html/canvas/EXTShaderTextureLOD.h', | 2811 'html/canvas/EXTShaderTextureLOD.h', |
| 2814 'html/canvas/EXTTextureFilterAnisotropic.cpp', | 2812 'html/canvas/EXTTextureFilterAnisotropic.cpp', |
| 2815 'html/canvas/EXTTextureFilterAnisotropic.h', | 2813 'html/canvas/EXTTextureFilterAnisotropic.h', |
| 2816 'html/canvas/EXTsRGB.cpp', | 2814 'html/canvas/EXTsRGB.cpp', |
| 2817 'html/canvas/EXTsRGB.h', | 2815 'html/canvas/EXTsRGB.h', |
| (...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3932 'style/ComputedStyleTest.cpp', | 3930 'style/ComputedStyleTest.cpp', |
| 3933 'style/OutlineValueTest.cpp', | 3931 'style/OutlineValueTest.cpp', |
| 3934 'style/SVGComputedStyleTest.cpp', | 3932 'style/SVGComputedStyleTest.cpp', |
| 3935 'testing/PrivateScriptTestTest.cpp', | 3933 'testing/PrivateScriptTestTest.cpp', |
| 3936 'timing/MemoryInfoTest.cpp', | 3934 'timing/MemoryInfoTest.cpp', |
| 3937 'workers/WorkerThreadTest.cpp', | 3935 'workers/WorkerThreadTest.cpp', |
| 3938 'xml/parser/SharedBufferReaderTest.cpp', | 3936 'xml/parser/SharedBufferReaderTest.cpp', |
| 3939 ], | 3937 ], |
| 3940 } | 3938 } |
| 3941 } | 3939 } |
| OLD | NEW |