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

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

Issue 1969583002: Revert of Add support for origin trials in workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trial-token-in-header-blink-document
Patch Set: Created 4 years, 7 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 3833 matching lines...) Expand 10 before | Expand all | Expand 10 after
3844 'testing/TypeConversions.idl', 3844 'testing/TypeConversions.idl',
3845 'testing/UnionTypesTest.idl', 3845 'testing/UnionTypesTest.idl',
3846 'testing/WorkerInternals.idl', 3846 'testing/WorkerInternals.idl',
3847 ], 3847 ],
3848 # testing IDL files that have partial interfaces in modules. 3848 # testing IDL files that have partial interfaces in modules.
3849 'webcore_testing_idl_with_modules_dependency_files': [ 3849 'webcore_testing_idl_with_modules_dependency_files': [
3850 'testing/Internals.idl', 3850 'testing/Internals.idl',
3851 ], 3851 ],
3852 'webcore_testing_dependency_idl_files': [ 3852 'webcore_testing_dependency_idl_files': [
3853 'origin_trials/testing/InternalsFrobulate.idl', 3853 'origin_trials/testing/InternalsFrobulate.idl',
3854 'origin_trials/testing/WorkerInternalsFrobulate.idl',
3855 'testing/PartialPrivateScriptTest.idl', 3854 'testing/PartialPrivateScriptTest.idl',
3856 ], 3855 ],
3857 'generated_webcore_testing_idl_files': [ 3856 'generated_webcore_testing_idl_files': [
3858 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3857 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3859 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3858 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3860 ], 3859 ],
3861 'generated_core_testing_dictionary_files': [ 3860 'generated_core_testing_dictionary_files': [
3862 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3861 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3863 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3862 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3864 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3863 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3865 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3864 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3866 ], 3865 ],
3867 'webcore_testing_files': [ 3866 'webcore_testing_files': [
3868 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3867 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3869 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3868 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3870 'origin_trials/testing/InternalsFrobulate.cpp', 3869 'origin_trials/testing/InternalsFrobulate.cpp',
3871 'origin_trials/testing/InternalsFrobulate.h', 3870 'origin_trials/testing/InternalsFrobulate.h',
3872 'origin_trials/testing/WorkerInternalsFrobulate.h',
3873 'testing/DictionaryTest.cpp', 3871 'testing/DictionaryTest.cpp',
3874 'testing/DictionaryTest.h', 3872 'testing/DictionaryTest.h',
3875 'testing/DummyPageHolder.cpp', 3873 'testing/DummyPageHolder.cpp',
3876 'testing/DummyPageHolder.h', 3874 'testing/DummyPageHolder.h',
3877 'testing/GCObservation.cpp', 3875 'testing/GCObservation.cpp',
3878 'testing/GCObservation.h', 3876 'testing/GCObservation.h',
3879 'testing/GarbageCollectedScriptWrappable.cpp', 3877 'testing/GarbageCollectedScriptWrappable.cpp',
3880 'testing/GarbageCollectedScriptWrappable.h', 3878 'testing/GarbageCollectedScriptWrappable.h',
3881 'testing/InternalSettings.cpp', 3879 'testing/InternalSettings.cpp',
3882 'testing/InternalSettings.h', 3880 'testing/InternalSettings.h',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
4124 'svg/SVGPathParserTest.cpp', 4122 'svg/SVGPathParserTest.cpp',
4125 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4126 'testing/PrivateScriptTestTest.cpp', 4124 'testing/PrivateScriptTestTest.cpp',
4127 'timing/MemoryInfoTest.cpp', 4125 'timing/MemoryInfoTest.cpp',
4128 'workers/WorkerThreadTest.cpp', 4126 'workers/WorkerThreadTest.cpp',
4129 'workers/WorkerThreadTestHelper.h', 4127 'workers/WorkerThreadTestHelper.h',
4130 'xml/parser/SharedBufferReaderTest.cpp', 4128 'xml/parser/SharedBufferReaderTest.cpp',
4131 ], 4129 ],
4132 } 4130 }
4133 } 4131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698