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/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
(...skipping 3435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3446 '<(blink_core_output_dir)/page/EventSourceInit.cpp', | 3446 '<(blink_core_output_dir)/page/EventSourceInit.cpp', |
3447 '<(blink_core_output_dir)/page/EventSourceInit.h', | 3447 '<(blink_core_output_dir)/page/EventSourceInit.h', |
3448 ], | 3448 ], |
3449 'core_testing_dictionary_idl_files': [ | 3449 'core_testing_dictionary_idl_files': [ |
3450 'testing/InternalDictionary.idl', | 3450 'testing/InternalDictionary.idl', |
3451 ], | 3451 ], |
3452 'webcore_testing_idl_files': [ | 3452 'webcore_testing_idl_files': [ |
3453 'testing/DictionaryTest.idl', | 3453 'testing/DictionaryTest.idl', |
3454 'testing/GarbageCollectedScriptWrappable.idl', | 3454 'testing/GarbageCollectedScriptWrappable.idl', |
3455 'testing/GCObservation.idl', | 3455 'testing/GCObservation.idl', |
3456 'testing/InternalProfilers.idl', | |
3457 'testing/InternalSettings.idl', | 3456 'testing/InternalSettings.idl', |
3458 'testing/LayerRect.idl', | 3457 'testing/LayerRect.idl', |
3459 'testing/LayerRectList.idl', | 3458 'testing/LayerRectList.idl', |
3460 'testing/PrivateScriptTest.idl', | 3459 'testing/PrivateScriptTest.idl', |
3461 'testing/RefCountedScriptWrappable.idl', | 3460 'testing/RefCountedScriptWrappable.idl', |
3462 'testing/TypeConversions.idl', | 3461 'testing/TypeConversions.idl', |
3463 'testing/UnionTypesTest.idl', | 3462 'testing/UnionTypesTest.idl', |
3464 ], | 3463 ], |
3465 # testing IDL files that have partial interfaces in modules. | 3464 # testing IDL files that have partial interfaces in modules. |
3466 'webcore_testing_idl_with_modules_dependency_files': [ | 3465 'webcore_testing_idl_with_modules_dependency_files': [ |
(...skipping 14 matching lines...) Expand all Loading... |
3481 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', | 3480 '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', |
3482 '<(blink_core_output_dir)/InternalSettingsGenerated.h', | 3481 '<(blink_core_output_dir)/InternalSettingsGenerated.h', |
3483 'testing/DictionaryTest.cpp', | 3482 'testing/DictionaryTest.cpp', |
3484 'testing/DictionaryTest.h', | 3483 'testing/DictionaryTest.h', |
3485 'testing/DummyPageHolder.cpp', | 3484 'testing/DummyPageHolder.cpp', |
3486 'testing/DummyPageHolder.h', | 3485 'testing/DummyPageHolder.h', |
3487 'testing/GarbageCollectedScriptWrappable.cpp', | 3486 'testing/GarbageCollectedScriptWrappable.cpp', |
3488 'testing/GarbageCollectedScriptWrappable.h', | 3487 'testing/GarbageCollectedScriptWrappable.h', |
3489 'testing/GCObservation.cpp', | 3488 'testing/GCObservation.cpp', |
3490 'testing/GCObservation.h', | 3489 'testing/GCObservation.h', |
3491 'testing/InternalProfilers.cpp', | |
3492 'testing/InternalProfilers.h', | |
3493 'testing/InternalSettings.cpp', | 3490 'testing/InternalSettings.cpp', |
3494 'testing/InternalSettings.h', | 3491 'testing/InternalSettings.h', |
3495 'testing/Internals.cpp', | 3492 'testing/Internals.cpp', |
3496 'testing/Internals.h', | 3493 'testing/Internals.h', |
3497 'testing/LayerRect.h', | 3494 'testing/LayerRect.h', |
3498 'testing/LayerRectList.cpp', | 3495 'testing/LayerRectList.cpp', |
3499 'testing/LayerRectList.h', | 3496 'testing/LayerRectList.h', |
3500 'testing/MockPagePopupDriver.cpp', | 3497 'testing/MockPagePopupDriver.cpp', |
3501 'testing/MockPagePopupDriver.h', | 3498 'testing/MockPagePopupDriver.h', |
3502 'testing/NullExecutionContext.cpp', | 3499 'testing/NullExecutionContext.cpp', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3621 'rendering/style/OutlineValueTest.cpp', | 3618 'rendering/style/OutlineValueTest.cpp', |
3622 'rendering/style/RenderStyleTest.cpp', | 3619 'rendering/style/RenderStyleTest.cpp', |
3623 'testing/PrivateScriptTestTest.cpp', | 3620 'testing/PrivateScriptTestTest.cpp', |
3624 'streams/ReadableStreamTest.cpp', | 3621 'streams/ReadableStreamTest.cpp', |
3625 'testing/UnitTestHelpers.cpp', | 3622 'testing/UnitTestHelpers.cpp', |
3626 'testing/UnitTestHelpers.h', | 3623 'testing/UnitTestHelpers.h', |
3627 'xml/parser/SharedBufferReaderTest.cpp', | 3624 'xml/parser/SharedBufferReaderTest.cpp', |
3628 ], | 3625 ], |
3629 } | 3626 } |
3630 } | 3627 } |
OLD | NEW |