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

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: Rename RuntimeEnabledFeatures flag to experimental_feature_name 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 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 'editing/serializers/StyledMarkupSerializer.cpp', 1508 'editing/serializers/StyledMarkupSerializer.cpp',
1509 'editing/serializers/StyledMarkupSerializer.h', 1509 'editing/serializers/StyledMarkupSerializer.h',
1510 'editing/serializers/TextOffset.cpp', 1510 'editing/serializers/TextOffset.cpp',
1511 'editing/serializers/TextOffset.h', 1511 'editing/serializers/TextOffset.h',
1512 'editing/spellcheck/SpellCheckRequester.cpp', 1512 'editing/spellcheck/SpellCheckRequester.cpp',
1513 'editing/spellcheck/SpellCheckRequester.h', 1513 'editing/spellcheck/SpellCheckRequester.h',
1514 'editing/spellcheck/SpellChecker.cpp', 1514 'editing/spellcheck/SpellChecker.cpp',
1515 'editing/spellcheck/SpellChecker.h', 1515 'editing/spellcheck/SpellChecker.h',
1516 'editing/spellcheck/TextCheckingHelper.cpp', 1516 'editing/spellcheck/TextCheckingHelper.cpp',
1517 'editing/spellcheck/TextCheckingHelper.h', 1517 'editing/spellcheck/TextCheckingHelper.h',
1518 'experiments/Experiments.cpp',
1519 'experiments/Experiments.h',
1520 'fetch/AccessControlStatus.h', 1518 'fetch/AccessControlStatus.h',
1521 'fetch/CSSStyleSheetResource.cpp', 1519 'fetch/CSSStyleSheetResource.cpp',
1522 'fetch/CSSStyleSheetResource.h', 1520 'fetch/CSSStyleSheetResource.h',
1523 'fetch/CachedMetadata.h', 1521 'fetch/CachedMetadata.h',
1524 'fetch/CachedMetadataHandler.h', 1522 'fetch/CachedMetadataHandler.h',
1525 'fetch/ClientHintsPreferences.cpp', 1523 'fetch/ClientHintsPreferences.cpp',
1526 'fetch/ClientHintsPreferences.h', 1524 'fetch/ClientHintsPreferences.h',
1527 'fetch/CrossOriginAccessControl.cpp', 1525 'fetch/CrossOriginAccessControl.cpp',
1528 'fetch/CrossOriginAccessControl.h', 1526 'fetch/CrossOriginAccessControl.h',
1529 'fetch/DocumentResource.cpp', 1527 'fetch/DocumentResource.cpp',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1911 'loader/WorkerLoaderClientBridge.cpp', 1909 'loader/WorkerLoaderClientBridge.cpp',
1912 'loader/WorkerLoaderClientBridge.h', 1910 'loader/WorkerLoaderClientBridge.h',
1913 'loader/WorkerLoaderClientBridgeSyncHelper.cpp', 1911 'loader/WorkerLoaderClientBridgeSyncHelper.cpp',
1914 'loader/WorkerLoaderClientBridgeSyncHelper.h', 1912 'loader/WorkerLoaderClientBridgeSyncHelper.h',
1915 'loader/WorkerThreadableLoader.cpp', 1913 'loader/WorkerThreadableLoader.cpp',
1916 'loader/WorkerThreadableLoader.h', 1914 'loader/WorkerThreadableLoader.h',
1917 'loader/appcache/ApplicationCache.cpp', 1915 'loader/appcache/ApplicationCache.cpp',
1918 'loader/appcache/ApplicationCache.h', 1916 'loader/appcache/ApplicationCache.h',
1919 'loader/appcache/ApplicationCacheHost.cpp', 1917 'loader/appcache/ApplicationCacheHost.cpp',
1920 'loader/appcache/ApplicationCacheHost.h', 1918 'loader/appcache/ApplicationCacheHost.h',
1919 'origin_trials/OriginTrialContext.cpp',
1920 'origin_trials/OriginTrialContext.h',
1921 'page/AutoscrollController.cpp', 1921 'page/AutoscrollController.cpp',
1922 'page/AutoscrollController.h', 1922 'page/AutoscrollController.h',
1923 'page/ChromeClient.cpp', 1923 'page/ChromeClient.cpp',
1924 'page/ChromeClient.h', 1924 'page/ChromeClient.h',
1925 'page/ContextMenuController.cpp', 1925 'page/ContextMenuController.cpp',
1926 'page/ContextMenuProvider.h', 1926 'page/ContextMenuProvider.h',
1927 'page/CreateWindow.cpp', 1927 'page/CreateWindow.cpp',
1928 'page/CreateWindow.h', 1928 'page/CreateWindow.h',
1929 'page/CustomContextMenuProvider.cpp', 1929 'page/CustomContextMenuProvider.cpp',
1930 'page/CustomContextMenuProvider.h', 1930 'page/CustomContextMenuProvider.h',
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'testing/PrivateScriptTest.idl', 3781 'testing/PrivateScriptTest.idl',
3782 'testing/RefCountedScriptWrappable.idl', 3782 'testing/RefCountedScriptWrappable.idl',
3783 'testing/TypeConversions.idl', 3783 'testing/TypeConversions.idl',
3784 'testing/UnionTypesTest.idl', 3784 'testing/UnionTypesTest.idl',
3785 ], 3785 ],
3786 # testing IDL files that have partial interfaces in modules. 3786 # testing IDL files that have partial interfaces in modules.
3787 'webcore_testing_idl_with_modules_dependency_files': [ 3787 'webcore_testing_idl_with_modules_dependency_files': [
3788 'testing/Internals.idl', 3788 'testing/Internals.idl',
3789 ], 3789 ],
3790 'webcore_testing_dependency_idl_files': [ 3790 'webcore_testing_dependency_idl_files': [
3791 'experiments/testing/InternalsFrobulate.idl', 3791 'origin_trials/testing/InternalsFrobulate.idl',
3792 'testing/PartialPrivateScriptTest.idl', 3792 'testing/PartialPrivateScriptTest.idl',
3793 ], 3793 ],
3794 'generated_webcore_testing_idl_files': [ 3794 'generated_webcore_testing_idl_files': [
3795 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3795 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3796 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3796 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3797 ], 3797 ],
3798 'generated_core_testing_dictionary_files': [ 3798 'generated_core_testing_dictionary_files': [
3799 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3799 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3800 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3800 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3801 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3801 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3802 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3802 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3803 ], 3803 ],
3804 'webcore_testing_files': [ 3804 'webcore_testing_files': [
3805 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3805 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3806 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3806 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3807 'experiments/testing/InternalsFrobulate.cpp', 3807 'origin_trials/testing/InternalsFrobulate.cpp',
3808 'experiments/testing/InternalsFrobulate.h', 3808 'origin_trials/testing/InternalsFrobulate.h',
3809 'testing/CoreTestPrinters.cpp', 3809 'testing/CoreTestPrinters.cpp',
3810 'testing/DictionaryTest.cpp', 3810 'testing/DictionaryTest.cpp',
3811 'testing/DictionaryTest.h', 3811 'testing/DictionaryTest.h',
3812 'testing/DummyPageHolder.cpp', 3812 'testing/DummyPageHolder.cpp',
3813 'testing/DummyPageHolder.h', 3813 'testing/DummyPageHolder.h',
3814 'testing/GCObservation.cpp', 3814 'testing/GCObservation.cpp',
3815 'testing/GCObservation.h', 3815 'testing/GCObservation.h',
3816 'testing/GarbageCollectedScriptWrappable.cpp', 3816 'testing/GarbageCollectedScriptWrappable.cpp',
3817 'testing/GarbageCollectedScriptWrappable.h', 3817 'testing/GarbageCollectedScriptWrappable.h',
3818 'testing/InternalSettings.cpp', 3818 'testing/InternalSettings.cpp',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3928 'editing/iterators/TextIteratorTest.cpp', 3928 'editing/iterators/TextIteratorTest.cpp',
3929 'editing/markers/DocumentMarkerControllerTest.cpp', 3929 'editing/markers/DocumentMarkerControllerTest.cpp',
3930 'editing/PositionTest.cpp', 3930 'editing/PositionTest.cpp',
3931 'editing/SurroundingTextTest.cpp', 3931 'editing/SurroundingTextTest.cpp',
3932 'editing/VisiblePositionTest.cpp', 3932 'editing/VisiblePositionTest.cpp',
3933 'editing/VisibleSelectionTest.cpp', 3933 'editing/VisibleSelectionTest.cpp',
3934 'editing/VisibleUnitsTest.cpp', 3934 'editing/VisibleUnitsTest.cpp',
3935 'editing/serializers/StyledMarkupSerializerTest.cpp', 3935 'editing/serializers/StyledMarkupSerializerTest.cpp',
3936 'events/EventPathTest.cpp', 3936 'events/EventPathTest.cpp',
3937 'events/PointerEventManagerTest.cpp', 3937 'events/PointerEventManagerTest.cpp',
3938 'experiments/ExperimentsTest.cpp',
3939 'fetch/CachingCorrectnessTest.cpp', 3938 'fetch/CachingCorrectnessTest.cpp',
3940 'fetch/ClientHintsPreferencesTest.cpp', 3939 'fetch/ClientHintsPreferencesTest.cpp',
3941 'fetch/FetchUtilsTest.cpp', 3940 'fetch/FetchUtilsTest.cpp',
3942 'fetch/ImageResourceTest.cpp', 3941 'fetch/ImageResourceTest.cpp',
3943 'fetch/MemoryCacheTest.cpp', 3942 'fetch/MemoryCacheTest.cpp',
3944 'fetch/MockImageResourceClient.cpp', 3943 'fetch/MockImageResourceClient.cpp',
3945 'fetch/RawResourceTest.cpp', 3944 'fetch/RawResourceTest.cpp',
3946 'fetch/ResourceFetcherTest.cpp', 3945 'fetch/ResourceFetcherTest.cpp',
3947 'fetch/ResourceLoaderOptionsTest.cpp', 3946 'fetch/ResourceLoaderOptionsTest.cpp',
3948 'fetch/ResourceTest.cpp', 3947 'fetch/ResourceTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
4003 'layout/MultiColumnFragmentainerGroupTest.cpp', 4002 'layout/MultiColumnFragmentainerGroupTest.cpp',
4004 'layout/OverflowModelTest.cpp', 4003 'layout/OverflowModelTest.cpp',
4005 'layout/PaginationTest.cpp', 4004 'layout/PaginationTest.cpp',
4006 'layout/PaintContainmentTest.cpp', 4005 'layout/PaintContainmentTest.cpp',
4007 'layout/compositing/CompositedLayerMappingTest.cpp', 4006 'layout/compositing/CompositedLayerMappingTest.cpp',
4008 'layout/shapes/BoxShapeTest.cpp', 4007 'layout/shapes/BoxShapeTest.cpp',
4009 'loader/FrameFetchContextTest.cpp', 4008 'loader/FrameFetchContextTest.cpp',
4010 'loader/LinkHeaderTest.cpp', 4009 'loader/LinkHeaderTest.cpp',
4011 'loader/LinkLoaderTest.cpp', 4010 'loader/LinkLoaderTest.cpp',
4012 'loader/MixedContentCheckerTest.cpp', 4011 'loader/MixedContentCheckerTest.cpp',
4012 'origin_trials/OriginTrialContextTest.cpp',
4013 'page/ChromeClientTest.cpp', 4013 'page/ChromeClientTest.cpp',
4014 'page/ContextMenuControllerTest.cpp', 4014 'page/ContextMenuControllerTest.cpp',
4015 'page/EventSourceTest.cpp', 4015 'page/EventSourceTest.cpp',
4016 'page/NetworkStateNotifierTest.cpp', 4016 'page/NetworkStateNotifierTest.cpp',
4017 'page/PagePopupClientTest.cpp', 4017 'page/PagePopupClientTest.cpp',
4018 'page/PrintContextTest.cpp', 4018 'page/PrintContextTest.cpp',
4019 'page/WindowFeaturesTest.cpp', 4019 'page/WindowFeaturesTest.cpp',
4020 'page/scrolling/ScrollStateTest.cpp', 4020 'page/scrolling/ScrollStateTest.cpp',
4021 'paint/LayerClipRecorderTest.cpp', 4021 'paint/LayerClipRecorderTest.cpp',
4022 'paint/LayoutObjectDrawingRecorderTest.cpp', 4022 'paint/LayoutObjectDrawingRecorderTest.cpp',
(...skipping 12 matching lines...) Expand all
4035 'style/SVGComputedStyleTest.cpp', 4035 'style/SVGComputedStyleTest.cpp',
4036 'svg/SVGPathParserTest.cpp', 4036 'svg/SVGPathParserTest.cpp',
4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4038 'testing/PrivateScriptTestTest.cpp', 4038 'testing/PrivateScriptTestTest.cpp',
4039 'timing/MemoryInfoTest.cpp', 4039 'timing/MemoryInfoTest.cpp',
4040 'workers/WorkerThreadTest.cpp', 4040 'workers/WorkerThreadTest.cpp',
4041 'xml/parser/SharedBufferReaderTest.cpp', 4041 'xml/parser/SharedBufferReaderTest.cpp',
4042 ], 4042 ],
4043 } 4043 }
4044 } 4044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698