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

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, 11 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 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1516 'editing/serializers/StyledMarkupSerializer.cpp', 1516 'editing/serializers/StyledMarkupSerializer.cpp',
1517 'editing/serializers/StyledMarkupSerializer.h', 1517 'editing/serializers/StyledMarkupSerializer.h',
1518 'editing/serializers/TextOffset.cpp', 1518 'editing/serializers/TextOffset.cpp',
1519 'editing/serializers/TextOffset.h', 1519 'editing/serializers/TextOffset.h',
1520 'editing/spellcheck/SpellCheckRequester.cpp', 1520 'editing/spellcheck/SpellCheckRequester.cpp',
1521 'editing/spellcheck/SpellCheckRequester.h', 1521 'editing/spellcheck/SpellCheckRequester.h',
1522 'editing/spellcheck/SpellChecker.cpp', 1522 'editing/spellcheck/SpellChecker.cpp',
1523 'editing/spellcheck/SpellChecker.h', 1523 'editing/spellcheck/SpellChecker.h',
1524 'editing/spellcheck/TextCheckingHelper.cpp', 1524 'editing/spellcheck/TextCheckingHelper.cpp',
1525 'editing/spellcheck/TextCheckingHelper.h', 1525 'editing/spellcheck/TextCheckingHelper.h',
1526 'experiments/Experiments.cpp',
1527 'experiments/Experiments.h',
1528 'fetch/AccessControlStatus.h', 1526 'fetch/AccessControlStatus.h',
1529 'fetch/CSSStyleSheetResource.cpp', 1527 'fetch/CSSStyleSheetResource.cpp',
1530 'fetch/CSSStyleSheetResource.h', 1528 'fetch/CSSStyleSheetResource.h',
1531 'fetch/CachedMetadata.h', 1529 'fetch/CachedMetadata.h',
1532 'fetch/CachedMetadataHandler.h', 1530 'fetch/CachedMetadataHandler.h',
1533 'fetch/ClientHintsPreferences.cpp', 1531 'fetch/ClientHintsPreferences.cpp',
1534 'fetch/ClientHintsPreferences.h', 1532 'fetch/ClientHintsPreferences.h',
1535 'fetch/CrossOriginAccessControl.cpp', 1533 'fetch/CrossOriginAccessControl.cpp',
1536 'fetch/CrossOriginAccessControl.h', 1534 'fetch/CrossOriginAccessControl.h',
1537 'fetch/DocumentResource.cpp', 1535 'fetch/DocumentResource.cpp',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 'loader/WorkerLoaderClientBridge.cpp', 1914 'loader/WorkerLoaderClientBridge.cpp',
1917 'loader/WorkerLoaderClientBridge.h', 1915 'loader/WorkerLoaderClientBridge.h',
1918 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', 1916 'loader/WorkerLoaderClientBridgeSyncHelper.cpp',
1919 'loader/WorkerLoaderClientBridgeSyncHelper.h', 1917 'loader/WorkerLoaderClientBridgeSyncHelper.h',
1920 'loader/WorkerThreadableLoader.cpp', 1918 'loader/WorkerThreadableLoader.cpp',
1921 'loader/WorkerThreadableLoader.h', 1919 'loader/WorkerThreadableLoader.h',
1922 'loader/appcache/ApplicationCache.cpp', 1920 'loader/appcache/ApplicationCache.cpp',
1923 'loader/appcache/ApplicationCache.h', 1921 'loader/appcache/ApplicationCache.h',
1924 'loader/appcache/ApplicationCacheHost.cpp', 1922 'loader/appcache/ApplicationCacheHost.cpp',
1925 'loader/appcache/ApplicationCacheHost.h', 1923 'loader/appcache/ApplicationCacheHost.h',
1924 'origin_trials/OriginTrialContext.cpp',
1925 'origin_trials/OriginTrialContext.h',
1926 'page/AutoscrollController.cpp', 1926 'page/AutoscrollController.cpp',
1927 'page/AutoscrollController.h', 1927 'page/AutoscrollController.h',
1928 'page/ChromeClient.cpp', 1928 'page/ChromeClient.cpp',
1929 'page/ChromeClient.h', 1929 'page/ChromeClient.h',
1930 'page/ContextMenuController.cpp', 1930 'page/ContextMenuController.cpp',
1931 'page/ContextMenuProvider.h', 1931 'page/ContextMenuProvider.h',
1932 'page/CreateWindow.cpp', 1932 'page/CreateWindow.cpp',
1933 'page/CreateWindow.h', 1933 'page/CreateWindow.h',
1934 'page/CustomContextMenuProvider.cpp', 1934 'page/CustomContextMenuProvider.cpp',
1935 'page/CustomContextMenuProvider.h', 1935 'page/CustomContextMenuProvider.h',
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
3786 'testing/PrivateScriptTest.idl', 3786 'testing/PrivateScriptTest.idl',
3787 'testing/RefCountedScriptWrappable.idl', 3787 'testing/RefCountedScriptWrappable.idl',
3788 'testing/TypeConversions.idl', 3788 'testing/TypeConversions.idl',
3789 'testing/UnionTypesTest.idl', 3789 'testing/UnionTypesTest.idl',
3790 ], 3790 ],
3791 # testing IDL files that have partial interfaces in modules. 3791 # testing IDL files that have partial interfaces in modules.
3792 'webcore_testing_idl_with_modules_dependency_files': [ 3792 'webcore_testing_idl_with_modules_dependency_files': [
3793 'testing/Internals.idl', 3793 'testing/Internals.idl',
3794 ], 3794 ],
3795 'webcore_testing_dependency_idl_files': [ 3795 'webcore_testing_dependency_idl_files': [
3796 'experiments/testing/InternalsFrobulate.idl', 3796 'origin_trials/testing/InternalsFrobulate.idl',
3797 'testing/PartialPrivateScriptTest.idl', 3797 'testing/PartialPrivateScriptTest.idl',
3798 ], 3798 ],
3799 'generated_webcore_testing_idl_files': [ 3799 'generated_webcore_testing_idl_files': [
3800 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3800 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3801 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3801 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3802 ], 3802 ],
3803 'generated_core_testing_dictionary_files': [ 3803 'generated_core_testing_dictionary_files': [
3804 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3804 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3805 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3805 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3806 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3806 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3807 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3807 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3808 ], 3808 ],
3809 'webcore_testing_files': [ 3809 'webcore_testing_files': [
3810 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3810 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3811 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3811 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3812 'experiments/testing/InternalsFrobulate.cpp', 3812 'origin_trials/testing/InternalsFrobulate.cpp',
3813 'experiments/testing/InternalsFrobulate.h', 3813 'origin_trials/testing/InternalsFrobulate.h',
3814 'testing/CoreTestPrinters.cpp', 3814 'testing/CoreTestPrinters.cpp',
3815 'testing/DictionaryTest.cpp', 3815 'testing/DictionaryTest.cpp',
3816 'testing/DictionaryTest.h', 3816 'testing/DictionaryTest.h',
3817 'testing/DummyPageHolder.cpp', 3817 'testing/DummyPageHolder.cpp',
3818 'testing/DummyPageHolder.h', 3818 'testing/DummyPageHolder.h',
3819 'testing/GCObservation.cpp', 3819 'testing/GCObservation.cpp',
3820 'testing/GCObservation.h', 3820 'testing/GCObservation.h',
3821 'testing/GarbageCollectedScriptWrappable.cpp', 3821 'testing/GarbageCollectedScriptWrappable.cpp',
3822 'testing/GarbageCollectedScriptWrappable.h', 3822 'testing/GarbageCollectedScriptWrappable.h',
3823 'testing/InternalSettings.cpp', 3823 'testing/InternalSettings.cpp',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'editing/iterators/TextIteratorTest.cpp', 3933 'editing/iterators/TextIteratorTest.cpp',
3934 'editing/markers/DocumentMarkerControllerTest.cpp', 3934 'editing/markers/DocumentMarkerControllerTest.cpp',
3935 'editing/PositionTest.cpp', 3935 'editing/PositionTest.cpp',
3936 'editing/SurroundingTextTest.cpp', 3936 'editing/SurroundingTextTest.cpp',
3937 'editing/VisiblePositionTest.cpp', 3937 'editing/VisiblePositionTest.cpp',
3938 'editing/VisibleSelectionTest.cpp', 3938 'editing/VisibleSelectionTest.cpp',
3939 'editing/VisibleUnitsTest.cpp', 3939 'editing/VisibleUnitsTest.cpp',
3940 'editing/serializers/StyledMarkupSerializerTest.cpp', 3940 'editing/serializers/StyledMarkupSerializerTest.cpp',
3941 'events/EventPathTest.cpp', 3941 'events/EventPathTest.cpp',
3942 'events/PointerEventManagerTest.cpp', 3942 'events/PointerEventManagerTest.cpp',
3943 'experiments/ExperimentsTest.cpp',
3944 'fetch/CachingCorrectnessTest.cpp', 3943 'fetch/CachingCorrectnessTest.cpp',
3945 'fetch/ClientHintsPreferencesTest.cpp', 3944 'fetch/ClientHintsPreferencesTest.cpp',
3946 'fetch/FetchUtilsTest.cpp', 3945 'fetch/FetchUtilsTest.cpp',
3947 'fetch/ImageResourceTest.cpp', 3946 'fetch/ImageResourceTest.cpp',
3948 'fetch/MemoryCacheTest.cpp', 3947 'fetch/MemoryCacheTest.cpp',
3949 'fetch/MockImageResourceClient.cpp', 3948 'fetch/MockImageResourceClient.cpp',
3950 'fetch/RawResourceTest.cpp', 3949 'fetch/RawResourceTest.cpp',
3951 'fetch/ResourceFetcherTest.cpp', 3950 'fetch/ResourceFetcherTest.cpp',
3952 'fetch/ResourceLoaderOptionsTest.cpp', 3951 'fetch/ResourceLoaderOptionsTest.cpp',
3953 'fetch/ResourceTest.cpp', 3952 'fetch/ResourceTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
4008 'layout/MultiColumnFragmentainerGroupTest.cpp', 4007 'layout/MultiColumnFragmentainerGroupTest.cpp',
4009 'layout/OverflowModelTest.cpp', 4008 'layout/OverflowModelTest.cpp',
4010 'layout/PaginationTest.cpp', 4009 'layout/PaginationTest.cpp',
4011 'layout/PaintContainmentTest.cpp', 4010 'layout/PaintContainmentTest.cpp',
4012 'layout/compositing/CompositedLayerMappingTest.cpp', 4011 'layout/compositing/CompositedLayerMappingTest.cpp',
4013 'layout/shapes/BoxShapeTest.cpp', 4012 'layout/shapes/BoxShapeTest.cpp',
4014 'loader/FrameFetchContextTest.cpp', 4013 'loader/FrameFetchContextTest.cpp',
4015 'loader/LinkHeaderTest.cpp', 4014 'loader/LinkHeaderTest.cpp',
4016 'loader/LinkLoaderTest.cpp', 4015 'loader/LinkLoaderTest.cpp',
4017 'loader/MixedContentCheckerTest.cpp', 4016 'loader/MixedContentCheckerTest.cpp',
4017 'origin_trials/OriginTrialContextTest.cpp',
4018 'page/ChromeClientTest.cpp', 4018 'page/ChromeClientTest.cpp',
4019 'page/ContextMenuControllerTest.cpp', 4019 'page/ContextMenuControllerTest.cpp',
4020 'page/EventSourceTest.cpp', 4020 'page/EventSourceTest.cpp',
4021 'page/NetworkStateNotifierTest.cpp', 4021 'page/NetworkStateNotifierTest.cpp',
4022 'page/PagePopupClientTest.cpp', 4022 'page/PagePopupClientTest.cpp',
4023 'page/PrintContextTest.cpp', 4023 'page/PrintContextTest.cpp',
4024 'page/WindowFeaturesTest.cpp', 4024 'page/WindowFeaturesTest.cpp',
4025 'page/scrolling/ScrollStateTest.cpp', 4025 'page/scrolling/ScrollStateTest.cpp',
4026 'paint/LayerClipRecorderTest.cpp', 4026 'paint/LayerClipRecorderTest.cpp',
4027 'paint/LayoutObjectDrawingRecorderTest.cpp', 4027 'paint/LayoutObjectDrawingRecorderTest.cpp',
(...skipping 12 matching lines...) Expand all
4040 'style/SVGComputedStyleTest.cpp', 4040 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4041 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4043 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4044 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4045 'workers/WorkerThreadTest.cpp',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4046 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4047 ],
4048 } 4048 }
4049 } 4049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698