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 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1392 'editing/PlainTextRange.cpp', | 1392 'editing/PlainTextRange.cpp', |
1393 'editing/PlainTextRange.h', | 1393 'editing/PlainTextRange.h', |
1394 'editing/Position.cpp', | 1394 'editing/Position.cpp', |
1395 'editing/Position.h', | 1395 'editing/Position.h', |
1396 'editing/PositionIterator.cpp', | 1396 'editing/PositionIterator.cpp', |
1397 'editing/PositionIterator.h', | 1397 'editing/PositionIterator.h', |
1398 'editing/PositionWithAffinity.cpp', | 1398 'editing/PositionWithAffinity.cpp', |
1399 'editing/PositionWithAffinity.h', | 1399 'editing/PositionWithAffinity.h', |
1400 'editing/RenderedPosition.cpp', | 1400 'editing/RenderedPosition.cpp', |
1401 'editing/RenderedPosition.h', | 1401 'editing/RenderedPosition.h', |
1402 'editing/SelectionAdjuster.cpp', | |
1403 'editing/SelectionAdjuster.h', | |
1404 'editing/SelectionController.cpp', | 1402 'editing/SelectionController.cpp', |
1405 'editing/SelectionController.h', | 1403 'editing/SelectionController.h', |
1406 'editing/SelectionEditor.cpp', | 1404 'editing/SelectionEditor.cpp', |
1407 'editing/SelectionEditor.h', | 1405 'editing/SelectionEditor.h', |
1408 'editing/SelectionType.h', | 1406 'editing/SelectionType.h', |
1409 'editing/SurroundingText.cpp', | 1407 'editing/SurroundingText.cpp', |
1410 'editing/SurroundingText.h', | 1408 'editing/SurroundingText.h', |
1411 'editing/VisiblePosition.cpp', | 1409 'editing/VisiblePosition.cpp', |
1412 'editing/VisibleSelection.cpp', | 1410 'editing/VisibleSelection.cpp', |
1413 'editing/VisibleUnits.cpp', | 1411 'editing/VisibleUnits.cpp', |
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4040 'style/SVGComputedStyleTest.cpp', | 4038 'style/SVGComputedStyleTest.cpp', |
4041 'svg/SVGPathParserTest.cpp', | 4039 'svg/SVGPathParserTest.cpp', |
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4043 'testing/PrivateScriptTestTest.cpp', | 4041 'testing/PrivateScriptTestTest.cpp', |
4044 'timing/MemoryInfoTest.cpp', | 4042 'timing/MemoryInfoTest.cpp', |
4045 'workers/WorkerThreadTest.cpp', | 4043 'workers/WorkerThreadTest.cpp', |
4046 'xml/parser/SharedBufferReaderTest.cpp', | 4044 'xml/parser/SharedBufferReaderTest.cpp', |
4047 ], | 4045 ], |
4048 } | 4046 } |
4049 } | 4047 } |
OLD | NEW |