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

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

Issue 1635593004: Rename Experimental Framework classes and concepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 'editing/serializers/StyledMarkupSerializer.cpp', 1518 'editing/serializers/StyledMarkupSerializer.cpp',
1519 'editing/serializers/StyledMarkupSerializer.h', 1519 'editing/serializers/StyledMarkupSerializer.h',
1520 'editing/serializers/TextOffset.cpp', 1520 'editing/serializers/TextOffset.cpp',
1521 'editing/serializers/TextOffset.h', 1521 'editing/serializers/TextOffset.h',
1522 'editing/spellcheck/SpellCheckRequester.cpp', 1522 'editing/spellcheck/SpellCheckRequester.cpp',
1523 'editing/spellcheck/SpellCheckRequester.h', 1523 'editing/spellcheck/SpellCheckRequester.h',
1524 'editing/spellcheck/SpellChecker.cpp', 1524 'editing/spellcheck/SpellChecker.cpp',
1525 'editing/spellcheck/SpellChecker.h', 1525 'editing/spellcheck/SpellChecker.h',
1526 'editing/spellcheck/TextCheckingHelper.cpp', 1526 'editing/spellcheck/TextCheckingHelper.cpp',
1527 'editing/spellcheck/TextCheckingHelper.h', 1527 'editing/spellcheck/TextCheckingHelper.h',
1528 'experiments/Experiments.cpp',
1529 'experiments/Experiments.h',
1530 'fetch/AccessControlStatus.h', 1528 'fetch/AccessControlStatus.h',
1531 'fetch/CSSStyleSheetResource.cpp', 1529 'fetch/CSSStyleSheetResource.cpp',
1532 'fetch/CSSStyleSheetResource.h', 1530 'fetch/CSSStyleSheetResource.h',
1533 'fetch/CachedMetadata.h', 1531 'fetch/CachedMetadata.h',
1534 'fetch/CachedMetadataHandler.h', 1532 'fetch/CachedMetadataHandler.h',
1535 'fetch/ClientHintsPreferences.cpp', 1533 'fetch/ClientHintsPreferences.cpp',
1536 'fetch/ClientHintsPreferences.h', 1534 'fetch/ClientHintsPreferences.h',
1537 'fetch/CrossOriginAccessControl.cpp', 1535 'fetch/CrossOriginAccessControl.cpp',
1538 'fetch/CrossOriginAccessControl.h', 1536 'fetch/CrossOriginAccessControl.h',
1539 'fetch/DocumentResource.cpp', 1537 'fetch/DocumentResource.cpp',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'loader/WorkerLoaderClientBridge.cpp', 1920 'loader/WorkerLoaderClientBridge.cpp',
1923 'loader/WorkerLoaderClientBridge.h', 1921 'loader/WorkerLoaderClientBridge.h',
1924 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', 1922 'loader/WorkerLoaderClientBridgeSyncHelper.cpp',
1925 'loader/WorkerLoaderClientBridgeSyncHelper.h', 1923 'loader/WorkerLoaderClientBridgeSyncHelper.h',
1926 'loader/WorkerThreadableLoader.cpp', 1924 'loader/WorkerThreadableLoader.cpp',
1927 'loader/WorkerThreadableLoader.h', 1925 'loader/WorkerThreadableLoader.h',
1928 'loader/appcache/ApplicationCache.cpp', 1926 'loader/appcache/ApplicationCache.cpp',
1929 'loader/appcache/ApplicationCache.h', 1927 'loader/appcache/ApplicationCache.h',
1930 'loader/appcache/ApplicationCacheHost.cpp', 1928 'loader/appcache/ApplicationCacheHost.cpp',
1931 'loader/appcache/ApplicationCacheHost.h', 1929 'loader/appcache/ApplicationCacheHost.h',
1930 'origin_trials/OriginTrialContext.cpp',
1931 'origin_trials/OriginTrialContext.h',
1932 'page/AutoscrollController.cpp', 1932 'page/AutoscrollController.cpp',
1933 'page/AutoscrollController.h', 1933 'page/AutoscrollController.h',
1934 'page/ChromeClient.cpp', 1934 'page/ChromeClient.cpp',
1935 'page/ChromeClient.h', 1935 'page/ChromeClient.h',
1936 'page/ContextMenuController.cpp', 1936 'page/ContextMenuController.cpp',
1937 'page/ContextMenuProvider.h', 1937 'page/ContextMenuProvider.h',
1938 'page/CreateWindow.cpp', 1938 'page/CreateWindow.cpp',
1939 'page/CreateWindow.h', 1939 'page/CreateWindow.h',
1940 'page/CustomContextMenuProvider.cpp', 1940 'page/CustomContextMenuProvider.cpp',
1941 'page/CustomContextMenuProvider.h', 1941 'page/CustomContextMenuProvider.h',
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 'testing/PrivateScriptTest.idl', 3791 'testing/PrivateScriptTest.idl',
3792 'testing/RefCountedScriptWrappable.idl', 3792 'testing/RefCountedScriptWrappable.idl',
3793 'testing/TypeConversions.idl', 3793 'testing/TypeConversions.idl',
3794 'testing/UnionTypesTest.idl', 3794 'testing/UnionTypesTest.idl',
3795 ], 3795 ],
3796 # testing IDL files that have partial interfaces in modules. 3796 # testing IDL files that have partial interfaces in modules.
3797 'webcore_testing_idl_with_modules_dependency_files': [ 3797 'webcore_testing_idl_with_modules_dependency_files': [
3798 'testing/Internals.idl', 3798 'testing/Internals.idl',
3799 ], 3799 ],
3800 'webcore_testing_dependency_idl_files': [ 3800 'webcore_testing_dependency_idl_files': [
3801 'experiments/testing/InternalsFrobulate.idl', 3801 'origin_trials/testing/InternalsFrobulate.idl',
3802 'testing/PartialPrivateScriptTest.idl', 3802 'testing/PartialPrivateScriptTest.idl',
3803 ], 3803 ],
3804 'generated_webcore_testing_idl_files': [ 3804 'generated_webcore_testing_idl_files': [
3805 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3805 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3806 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3806 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3807 ], 3807 ],
3808 'generated_core_testing_dictionary_files': [ 3808 'generated_core_testing_dictionary_files': [
3809 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3809 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3810 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3810 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3811 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3811 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3812 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3812 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3813 ], 3813 ],
3814 'webcore_testing_files': [ 3814 'webcore_testing_files': [
3815 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3815 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3816 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3816 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3817 'experiments/testing/InternalsFrobulate.cpp', 3817 'origin_trials/testing/InternalsFrobulate.cpp',
3818 'experiments/testing/InternalsFrobulate.h', 3818 'origin_trials/testing/InternalsFrobulate.h',
3819 'testing/CoreTestPrinters.cpp', 3819 'testing/CoreTestPrinters.cpp',
3820 'testing/DictionaryTest.cpp', 3820 'testing/DictionaryTest.cpp',
3821 'testing/DictionaryTest.h', 3821 'testing/DictionaryTest.h',
3822 'testing/DummyPageHolder.cpp', 3822 'testing/DummyPageHolder.cpp',
3823 'testing/DummyPageHolder.h', 3823 'testing/DummyPageHolder.h',
3824 'testing/GCObservation.cpp', 3824 'testing/GCObservation.cpp',
3825 'testing/GCObservation.h', 3825 'testing/GCObservation.h',
3826 'testing/GarbageCollectedScriptWrappable.cpp', 3826 'testing/GarbageCollectedScriptWrappable.cpp',
3827 'testing/GarbageCollectedScriptWrappable.h', 3827 'testing/GarbageCollectedScriptWrappable.h',
3828 'testing/InternalSettings.cpp', 3828 'testing/InternalSettings.cpp',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3941 'editing/markers/DocumentMarkerControllerTest.cpp', 3941 'editing/markers/DocumentMarkerControllerTest.cpp',
3942 'editing/PositionTest.cpp', 3942 'editing/PositionTest.cpp',
3943 'editing/SelectionAdjusterTest.cpp', 3943 'editing/SelectionAdjusterTest.cpp',
3944 'editing/SurroundingTextTest.cpp', 3944 'editing/SurroundingTextTest.cpp',
3945 'editing/VisiblePositionTest.cpp', 3945 'editing/VisiblePositionTest.cpp',
3946 'editing/VisibleSelectionTest.cpp', 3946 'editing/VisibleSelectionTest.cpp',
3947 'editing/VisibleUnitsTest.cpp', 3947 'editing/VisibleUnitsTest.cpp',
3948 'editing/serializers/StyledMarkupSerializerTest.cpp', 3948 'editing/serializers/StyledMarkupSerializerTest.cpp',
3949 'events/EventPathTest.cpp', 3949 'events/EventPathTest.cpp',
3950 'events/PointerEventManagerTest.cpp', 3950 'events/PointerEventManagerTest.cpp',
3951 'experiments/ExperimentsTest.cpp',
3952 'fetch/CachingCorrectnessTest.cpp', 3951 'fetch/CachingCorrectnessTest.cpp',
3953 'fetch/ClientHintsPreferencesTest.cpp', 3952 'fetch/ClientHintsPreferencesTest.cpp',
3954 'fetch/FetchUtilsTest.cpp', 3953 'fetch/FetchUtilsTest.cpp',
3955 'fetch/ImageResourceTest.cpp', 3954 'fetch/ImageResourceTest.cpp',
3956 'fetch/MemoryCacheTest.cpp', 3955 'fetch/MemoryCacheTest.cpp',
3957 'fetch/MockImageResourceClient.cpp', 3956 'fetch/MockImageResourceClient.cpp',
3958 'fetch/RawResourceTest.cpp', 3957 'fetch/RawResourceTest.cpp',
3959 'fetch/ResourceFetcherTest.cpp', 3958 'fetch/ResourceFetcherTest.cpp',
3960 'fetch/ResourceLoaderOptionsTest.cpp', 3959 'fetch/ResourceLoaderOptionsTest.cpp',
3961 'fetch/ResourceTest.cpp', 3960 'fetch/ResourceTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
4016 'layout/MultiColumnFragmentainerGroupTest.cpp', 4015 'layout/MultiColumnFragmentainerGroupTest.cpp',
4017 'layout/OverflowModelTest.cpp', 4016 'layout/OverflowModelTest.cpp',
4018 'layout/PaginationTest.cpp', 4017 'layout/PaginationTest.cpp',
4019 'layout/PaintContainmentTest.cpp', 4018 'layout/PaintContainmentTest.cpp',
4020 'layout/compositing/CompositedLayerMappingTest.cpp', 4019 'layout/compositing/CompositedLayerMappingTest.cpp',
4021 'layout/shapes/BoxShapeTest.cpp', 4020 'layout/shapes/BoxShapeTest.cpp',
4022 'loader/FrameFetchContextTest.cpp', 4021 'loader/FrameFetchContextTest.cpp',
4023 'loader/LinkHeaderTest.cpp', 4022 'loader/LinkHeaderTest.cpp',
4024 'loader/LinkLoaderTest.cpp', 4023 'loader/LinkLoaderTest.cpp',
4025 'loader/MixedContentCheckerTest.cpp', 4024 'loader/MixedContentCheckerTest.cpp',
4025 'origin_trials/OriginTrialContextTest.cpp',
4026 'page/ChromeClientTest.cpp', 4026 'page/ChromeClientTest.cpp',
4027 'page/ContextMenuControllerTest.cpp', 4027 'page/ContextMenuControllerTest.cpp',
4028 'page/EventSourceTest.cpp', 4028 'page/EventSourceTest.cpp',
4029 'page/NetworkStateNotifierTest.cpp', 4029 'page/NetworkStateNotifierTest.cpp',
4030 'page/PagePopupClientTest.cpp', 4030 'page/PagePopupClientTest.cpp',
4031 'page/PrintContextTest.cpp', 4031 'page/PrintContextTest.cpp',
4032 'page/WindowFeaturesTest.cpp', 4032 'page/WindowFeaturesTest.cpp',
4033 'page/scrolling/ScrollStateTest.cpp', 4033 'page/scrolling/ScrollStateTest.cpp',
4034 'paint/LayerClipRecorderTest.cpp', 4034 'paint/LayerClipRecorderTest.cpp',
4035 'paint/LayoutObjectDrawingRecorderTest.cpp', 4035 'paint/LayoutObjectDrawingRecorderTest.cpp',
(...skipping 12 matching lines...) Expand all
4048 'style/SVGComputedStyleTest.cpp', 4048 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4049 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4051 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4052 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4053 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4054 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4055 ],
4056 } 4056 }
4057 } 4057 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698