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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2514 'events/ProgressEvent.h', | 2514 'events/ProgressEvent.h', |
2515 'events/RelatedEvent.cpp', | 2515 'events/RelatedEvent.cpp', |
2516 'events/RelatedEvent.h', | 2516 'events/RelatedEvent.h', |
2517 'events/ResourceProgressEvent.cpp', | 2517 'events/ResourceProgressEvent.cpp', |
2518 'events/ResourceProgressEvent.h', | 2518 'events/ResourceProgressEvent.h', |
2519 'events/ScopedEventQueue.cpp', | 2519 'events/ScopedEventQueue.cpp', |
2520 'events/ScopedEventQueue.h', | 2520 'events/ScopedEventQueue.h', |
2521 'events/SecurityPolicyViolationEvent.h', | 2521 'events/SecurityPolicyViolationEvent.h', |
2522 'events/TextEvent.cpp', | 2522 'events/TextEvent.cpp', |
2523 'events/TextEvent.h', | 2523 'events/TextEvent.h', |
2524 'events/ThreadLocalEventNames.h', | |
2525 'events/TouchEvent.cpp', | 2524 'events/TouchEvent.cpp', |
2526 'events/TouchEvent.h', | 2525 'events/TouchEvent.h', |
2527 'events/TouchEventContext.cpp', | 2526 'events/TouchEventContext.cpp', |
2528 'events/TouchEventContext.h', | 2527 'events/TouchEventContext.h', |
2529 'events/TransitionEvent.cpp', | 2528 'events/TransitionEvent.cpp', |
2530 'events/TransitionEvent.h', | 2529 'events/TransitionEvent.h', |
2531 'events/TreeScopeEventContext.cpp', | 2530 'events/TreeScopeEventContext.cpp', |
2532 'events/TreeScopeEventContext.h', | 2531 'events/TreeScopeEventContext.h', |
2533 'events/UIEvent.cpp', | 2532 'events/UIEvent.cpp', |
2534 'events/UIEventWithKeyState.cpp', | 2533 'events/UIEventWithKeyState.cpp', |
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3919 'style/ComputedStyleTest.cpp', | 3918 'style/ComputedStyleTest.cpp', |
3920 'style/OutlineValueTest.cpp', | 3919 'style/OutlineValueTest.cpp', |
3921 'style/SVGComputedStyleTest.cpp', | 3920 'style/SVGComputedStyleTest.cpp', |
3922 'testing/PrivateScriptTestTest.cpp', | 3921 'testing/PrivateScriptTestTest.cpp', |
3923 'timing/MemoryInfoTest.cpp', | 3922 'timing/MemoryInfoTest.cpp', |
3924 'workers/WorkerThreadTest.cpp', | 3923 'workers/WorkerThreadTest.cpp', |
3925 'xml/parser/SharedBufferReaderTest.cpp', | 3924 'xml/parser/SharedBufferReaderTest.cpp', |
3926 ], | 3925 ], |
3927 } | 3926 } |
3928 } | 3927 } |
OLD | NEW |