Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3796 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 'testing/InternalDictionaryDerived.idl', 3807 'testing/InternalDictionaryDerived.idl',
3808 ], 3808 ],
3809 'webcore_testing_idl_files': [ 3809 'webcore_testing_idl_files': [
3810 'testing/DictionaryTest.idl', 3810 'testing/DictionaryTest.idl',
3811 'testing/GCObservation.idl', 3811 'testing/GCObservation.idl',
3812 'testing/GarbageCollectedScriptWrappable.idl', 3812 'testing/GarbageCollectedScriptWrappable.idl',
3813 'testing/InternalSettings.idl', 3813 'testing/InternalSettings.idl',
3814 'testing/LayerRect.idl', 3814 'testing/LayerRect.idl',
3815 'testing/LayerRectList.idl', 3815 'testing/LayerRectList.idl',
3816 'testing/PrivateScriptTest.idl', 3816 'testing/PrivateScriptTest.idl',
3817 'testing/RefCountedScriptWrappable.idl',
3818 'testing/TypeConversions.idl', 3817 'testing/TypeConversions.idl',
3819 'testing/UnionTypesTest.idl', 3818 'testing/UnionTypesTest.idl',
3820 ], 3819 ],
3821 # testing IDL files that have partial interfaces in modules. 3820 # testing IDL files that have partial interfaces in modules.
3822 'webcore_testing_idl_with_modules_dependency_files': [ 3821 'webcore_testing_idl_with_modules_dependency_files': [
3823 'testing/Internals.idl', 3822 'testing/Internals.idl',
3824 ], 3823 ],
3825 'webcore_testing_dependency_idl_files': [ 3824 'webcore_testing_dependency_idl_files': [
3826 'origin_trials/testing/InternalsFrobulate.idl', 3825 'origin_trials/testing/InternalsFrobulate.idl',
3827 'testing/PartialPrivateScriptTest.idl', 3826 'testing/PartialPrivateScriptTest.idl',
(...skipping 25 matching lines...) Expand all
3853 'testing/InternalSettings.h', 3852 'testing/InternalSettings.h',
3854 'testing/Internals.cpp', 3853 'testing/Internals.cpp',
3855 'testing/Internals.h', 3854 'testing/Internals.h',
3856 'testing/LayerRect.h', 3855 'testing/LayerRect.h',
3857 'testing/LayerRectList.cpp', 3856 'testing/LayerRectList.cpp',
3858 'testing/LayerRectList.h', 3857 'testing/LayerRectList.h',
3859 'testing/NullExecutionContext.cpp', 3858 'testing/NullExecutionContext.cpp',
3860 'testing/NullExecutionContext.h', 3859 'testing/NullExecutionContext.h',
3861 'testing/PrivateScriptTest.cpp', 3860 'testing/PrivateScriptTest.cpp',
3862 'testing/PrivateScriptTest.h', 3861 'testing/PrivateScriptTest.h',
3863 'testing/RefCountedScriptWrappable.cpp',
3864 'testing/RefCountedScriptWrappable.h',
3865 'testing/TypeConversions.h', 3862 'testing/TypeConversions.h',
3866 'testing/UnionTypesTest.cpp', 3863 'testing/UnionTypesTest.cpp',
3867 'testing/UnionTypesTest.h', 3864 'testing/UnionTypesTest.h',
3868 'testing/v8/WebCoreTestSupport.cpp', 3865 'testing/v8/WebCoreTestSupport.cpp',
3869 'testing/v8/WebCoreTestSupport.h', 3866 'testing/v8/WebCoreTestSupport.h',
3870 ], 3867 ],
3871 'core_unittest_files': [ 3868 'core_unittest_files': [
3872 'animation/AnimationClockTest.cpp', 3869 'animation/AnimationClockTest.cpp',
3873 'animation/AnimationInputHelpersTest.cpp', 3870 'animation/AnimationInputHelpersTest.cpp',
3874 'animation/AnimationEffectTest.cpp', 3871 'animation/AnimationEffectTest.cpp',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4089 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4090 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4091 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4092 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4093 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4094 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4095 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4096 ],
4100 } 4097 }
4101 } 4098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698