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

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: rebased 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 3801 matching lines...) Expand 10 before | Expand all | Expand 10 after
3812 'testing/InternalDictionaryDerived.idl', 3812 'testing/InternalDictionaryDerived.idl',
3813 ], 3813 ],
3814 'webcore_testing_idl_files': [ 3814 'webcore_testing_idl_files': [
3815 'testing/DictionaryTest.idl', 3815 'testing/DictionaryTest.idl',
3816 'testing/GCObservation.idl', 3816 'testing/GCObservation.idl',
3817 'testing/GarbageCollectedScriptWrappable.idl', 3817 'testing/GarbageCollectedScriptWrappable.idl',
3818 'testing/InternalSettings.idl', 3818 'testing/InternalSettings.idl',
3819 'testing/LayerRect.idl', 3819 'testing/LayerRect.idl',
3820 'testing/LayerRectList.idl', 3820 'testing/LayerRectList.idl',
3821 'testing/PrivateScriptTest.idl', 3821 'testing/PrivateScriptTest.idl',
3822 'testing/RefCountedScriptWrappable.idl',
3823 'testing/TypeConversions.idl', 3822 'testing/TypeConversions.idl',
3824 'testing/UnionTypesTest.idl', 3823 'testing/UnionTypesTest.idl',
3825 ], 3824 ],
3826 # testing IDL files that have partial interfaces in modules. 3825 # testing IDL files that have partial interfaces in modules.
3827 'webcore_testing_idl_with_modules_dependency_files': [ 3826 'webcore_testing_idl_with_modules_dependency_files': [
3828 'testing/Internals.idl', 3827 'testing/Internals.idl',
3829 ], 3828 ],
3830 'webcore_testing_dependency_idl_files': [ 3829 'webcore_testing_dependency_idl_files': [
3831 'origin_trials/testing/InternalsFrobulate.idl', 3830 'origin_trials/testing/InternalsFrobulate.idl',
3832 'testing/PartialPrivateScriptTest.idl', 3831 'testing/PartialPrivateScriptTest.idl',
(...skipping 25 matching lines...) Expand all
3858 'testing/InternalSettings.h', 3857 'testing/InternalSettings.h',
3859 'testing/Internals.cpp', 3858 'testing/Internals.cpp',
3860 'testing/Internals.h', 3859 'testing/Internals.h',
3861 'testing/LayerRect.h', 3860 'testing/LayerRect.h',
3862 'testing/LayerRectList.cpp', 3861 'testing/LayerRectList.cpp',
3863 'testing/LayerRectList.h', 3862 'testing/LayerRectList.h',
3864 'testing/NullExecutionContext.cpp', 3863 'testing/NullExecutionContext.cpp',
3865 'testing/NullExecutionContext.h', 3864 'testing/NullExecutionContext.h',
3866 'testing/PrivateScriptTest.cpp', 3865 'testing/PrivateScriptTest.cpp',
3867 'testing/PrivateScriptTest.h', 3866 'testing/PrivateScriptTest.h',
3868 'testing/RefCountedScriptWrappable.cpp',
3869 'testing/RefCountedScriptWrappable.h',
3870 'testing/TypeConversions.h', 3867 'testing/TypeConversions.h',
3871 'testing/UnionTypesTest.cpp', 3868 'testing/UnionTypesTest.cpp',
3872 'testing/UnionTypesTest.h', 3869 'testing/UnionTypesTest.h',
3873 'testing/v8/WebCoreTestSupport.cpp', 3870 'testing/v8/WebCoreTestSupport.cpp',
3874 'testing/v8/WebCoreTestSupport.h', 3871 'testing/v8/WebCoreTestSupport.h',
3875 ], 3872 ],
3876 'core_unittest_files': [ 3873 'core_unittest_files': [
3877 'animation/AnimationClockTest.cpp', 3874 'animation/AnimationClockTest.cpp',
3878 'animation/AnimationInputHelpersTest.cpp', 3875 'animation/AnimationInputHelpersTest.cpp',
3879 'animation/AnimationEffectTest.cpp', 3876 'animation/AnimationEffectTest.cpp',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
4097 'svg/SVGPathParserTest.cpp', 4094 'svg/SVGPathParserTest.cpp',
4098 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4099 'testing/PrivateScriptTestTest.cpp', 4096 'testing/PrivateScriptTestTest.cpp',
4100 'timing/MemoryInfoTest.cpp', 4097 'timing/MemoryInfoTest.cpp',
4101 'workers/WorkerThreadTest.cpp', 4098 'workers/WorkerThreadTest.cpp',
4102 'workers/WorkerThreadTestHelper.h', 4099 'workers/WorkerThreadTestHelper.h',
4103 'xml/parser/SharedBufferReaderTest.cpp', 4100 'xml/parser/SharedBufferReaderTest.cpp',
4104 ], 4101 ],
4105 } 4102 }
4106 } 4103 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698