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 3450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3461 'svg/SVGNumber.cpp', | 3461 'svg/SVGNumber.cpp', |
3462 'svg/SVGNumber.h', | 3462 'svg/SVGNumber.h', |
3463 'svg/SVGNumberList.cpp', | 3463 'svg/SVGNumberList.cpp', |
3464 'svg/SVGNumberList.h', | 3464 'svg/SVGNumberList.h', |
3465 'svg/SVGNumberOptionalNumber.cpp', | 3465 'svg/SVGNumberOptionalNumber.cpp', |
3466 'svg/SVGNumberOptionalNumber.h', | 3466 'svg/SVGNumberOptionalNumber.h', |
3467 'svg/SVGNumberTearOff.cpp', | 3467 'svg/SVGNumberTearOff.cpp', |
3468 'svg/SVGNumberTearOff.h', | 3468 'svg/SVGNumberTearOff.h', |
3469 'svg/SVGParserUtilities.cpp', | 3469 'svg/SVGParserUtilities.cpp', |
3470 'svg/SVGParserUtilities.h', | 3470 'svg/SVGParserUtilities.h', |
| 3471 'svg/SVGParsingError.cpp', |
3471 'svg/SVGParsingError.h', | 3472 'svg/SVGParsingError.h', |
3472 'svg/SVGPath.cpp', | 3473 'svg/SVGPath.cpp', |
3473 'svg/SVGPath.h', | 3474 'svg/SVGPath.h', |
3474 'svg/SVGPathBlender.cpp', | 3475 'svg/SVGPathBlender.cpp', |
3475 'svg/SVGPathBlender.h', | 3476 'svg/SVGPathBlender.h', |
3476 'svg/SVGPathBuilder.cpp', | 3477 'svg/SVGPathBuilder.cpp', |
3477 'svg/SVGPathBuilder.h', | 3478 'svg/SVGPathBuilder.h', |
3478 'svg/SVGPathByteStream.h', | 3479 'svg/SVGPathByteStream.h', |
3479 'svg/SVGPathByteStreamBuilder.cpp', | 3480 'svg/SVGPathByteStreamBuilder.cpp', |
3480 'svg/SVGPathByteStreamBuilder.h', | 3481 'svg/SVGPathByteStreamBuilder.h', |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4009 'style/SVGComputedStyleTest.cpp', | 4010 'style/SVGComputedStyleTest.cpp', |
4010 'svg/SVGPathParserTest.cpp', | 4011 'svg/SVGPathParserTest.cpp', |
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4012 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4012 'testing/PrivateScriptTestTest.cpp', | 4013 'testing/PrivateScriptTestTest.cpp', |
4013 'timing/MemoryInfoTest.cpp', | 4014 'timing/MemoryInfoTest.cpp', |
4014 'workers/WorkerThreadTest.cpp', | 4015 'workers/WorkerThreadTest.cpp', |
4015 'xml/parser/SharedBufferReaderTest.cpp', | 4016 'xml/parser/SharedBufferReaderTest.cpp', |
4016 ], | 4017 ], |
4017 } | 4018 } |
4018 } | 4019 } |
OLD | NEW |