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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'svg/SVGZoomEvent.idl', | 493 'svg/SVGZoomEvent.idl', |
494 ], | 494 ], |
495 # IDL files that only have typedefs/enums. | 495 # IDL files that only have typedefs/enums. |
496 'core_typedefs_enums_only_idl_files': [ | 496 'core_typedefs_enums_only_idl_files': [ |
497 'dom/CommonDefinitions.idl', | 497 'dom/CommonDefinitions.idl', |
498 'timing/DOMHighResTimeStamp.idl', | 498 'timing/DOMHighResTimeStamp.idl', |
499 'timing/PerformanceEntryList.idl', | 499 'timing/PerformanceEntryList.idl', |
500 ], | 500 ], |
501 'webcore_rendering_files': [ | 501 'webcore_rendering_files': [ |
502 'layout/api/HitTestAction.h', | 502 'layout/api/HitTestAction.h', |
| 503 'layout/api/LayoutAPIShim.h', |
503 'layout/api/LayoutBlockItem.h', | 504 'layout/api/LayoutBlockItem.h', |
504 'layout/api/LayoutBoxItem.h', | 505 'layout/api/LayoutBoxItem.h', |
505 'layout/api/LayoutBoxModel.h', | 506 'layout/api/LayoutBoxModel.h', |
506 'layout/api/LayoutEmbeddedItem.h', | 507 'layout/api/LayoutEmbeddedItem.h', |
507 'layout/api/LayoutFullScreenItem.h', | 508 'layout/api/LayoutFullScreenItem.h', |
508 'layout/api/LayoutImageItem.h', | 509 'layout/api/LayoutImageItem.h', |
509 'layout/api/LayoutItem.h', | 510 'layout/api/LayoutItem.h', |
510 'layout/api/LayoutLIItem.h', | 511 'layout/api/LayoutLIItem.h', |
511 'layout/api/LayoutMediaItem.h', | 512 'layout/api/LayoutMediaItem.h', |
512 'layout/api/LayoutMenuListItem.h', | 513 'layout/api/LayoutMenuListItem.h', |
(...skipping 3640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4153 'testing/PrivateScriptTestTest.cpp', | 4154 'testing/PrivateScriptTestTest.cpp', |
4154 'timing/MemoryInfoTest.cpp', | 4155 'timing/MemoryInfoTest.cpp', |
4155 'timing/PerformanceBaseTest.cpp', | 4156 'timing/PerformanceBaseTest.cpp', |
4156 'timing/PerformanceObserverTest.cpp', | 4157 'timing/PerformanceObserverTest.cpp', |
4157 'workers/WorkerThreadTest.cpp', | 4158 'workers/WorkerThreadTest.cpp', |
4158 'workers/WorkerThreadTestHelper.h', | 4159 'workers/WorkerThreadTestHelper.h', |
4159 'xml/parser/SharedBufferReaderTest.cpp', | 4160 'xml/parser/SharedBufferReaderTest.cpp', |
4160 ], | 4161 ], |
4161 } | 4162 } |
4162 } | 4163 } |
OLD | NEW |