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

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

Issue 1828063002: 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: fix test flakyness 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 3836 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 'testing/TypeConversions.idl', 3847 'testing/TypeConversions.idl',
3848 'testing/UnionTypesTest.idl', 3848 'testing/UnionTypesTest.idl',
3849 'testing/WorkerInternals.idl', 3849 'testing/WorkerInternals.idl',
3850 ], 3850 ],
3851 # testing IDL files that have partial interfaces in modules. 3851 # testing IDL files that have partial interfaces in modules.
3852 'webcore_testing_idl_with_modules_dependency_files': [ 3852 'webcore_testing_idl_with_modules_dependency_files': [
3853 'testing/Internals.idl', 3853 'testing/Internals.idl',
3854 ], 3854 ],
3855 'webcore_testing_dependency_idl_files': [ 3855 'webcore_testing_dependency_idl_files': [
3856 'origin_trials/testing/InternalsFrobulate.idl', 3856 'origin_trials/testing/InternalsFrobulate.idl',
3857 'origin_trials/testing/WorkerInternalsFrobulate.idl',
3857 'testing/PartialPrivateScriptTest.idl', 3858 'testing/PartialPrivateScriptTest.idl',
3858 ], 3859 ],
3859 'generated_webcore_testing_idl_files': [ 3860 'generated_webcore_testing_idl_files': [
3860 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl', 3861 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.idl',
3861 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl', 3862 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.idl',
3862 ], 3863 ],
3863 'generated_core_testing_dictionary_files': [ 3864 'generated_core_testing_dictionary_files': [
3864 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', 3865 '<(blink_core_output_dir)/testing/InternalDictionary.cpp',
3865 '<(blink_core_output_dir)/testing/InternalDictionary.h', 3866 '<(blink_core_output_dir)/testing/InternalDictionary.h',
3866 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', 3867 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
3867 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', 3868 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
3868 ], 3869 ],
3869 'webcore_testing_files': [ 3870 'webcore_testing_files': [
3870 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', 3871 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
3871 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', 3872 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
3872 'origin_trials/testing/InternalsFrobulate.cpp', 3873 'origin_trials/testing/InternalsFrobulate.cpp',
3873 'origin_trials/testing/InternalsFrobulate.h', 3874 'origin_trials/testing/InternalsFrobulate.h',
3875 'origin_trials/testing/WorkerInternalsFrobulate.h',
3874 'testing/DictionaryTest.cpp', 3876 'testing/DictionaryTest.cpp',
3875 'testing/DictionaryTest.h', 3877 'testing/DictionaryTest.h',
3876 'testing/DummyPageHolder.cpp', 3878 'testing/DummyPageHolder.cpp',
3877 'testing/DummyPageHolder.h', 3879 'testing/DummyPageHolder.h',
3878 'testing/GCObservation.cpp', 3880 'testing/GCObservation.cpp',
3879 'testing/GCObservation.h', 3881 'testing/GCObservation.h',
3880 'testing/GarbageCollectedScriptWrappable.cpp', 3882 'testing/GarbageCollectedScriptWrappable.cpp',
3881 'testing/GarbageCollectedScriptWrappable.h', 3883 'testing/GarbageCollectedScriptWrappable.h',
3882 'testing/InternalSettings.cpp', 3884 'testing/InternalSettings.cpp',
3883 'testing/InternalSettings.h', 3885 'testing/InternalSettings.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4129 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4128 'testing/PrivateScriptTestTest.cpp', 4130 'testing/PrivateScriptTestTest.cpp',
4129 'timing/MemoryInfoTest.cpp', 4131 'timing/MemoryInfoTest.cpp',
4130 'timing/PerformanceBaseTest.cpp', 4132 'timing/PerformanceBaseTest.cpp',
4131 'workers/WorkerThreadTest.cpp', 4133 'workers/WorkerThreadTest.cpp',
4132 'workers/WorkerThreadTestHelper.h', 4134 'workers/WorkerThreadTestHelper.h',
4133 'xml/parser/SharedBufferReaderTest.cpp', 4135 'xml/parser/SharedBufferReaderTest.cpp',
4134 ], 4136 ],
4135 } 4137 }
4136 } 4138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698