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

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

Issue 1915373002: Implement empty WorkerInternals interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trials-in-service-workers
Patch Set: forward declare v8 types and pass by const-ref 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 3822 matching lines...) Expand 10 before | Expand all | Expand 10 after
3833 'webcore_testing_idl_files': [ 3833 'webcore_testing_idl_files': [
3834 'testing/DictionaryTest.idl', 3834 'testing/DictionaryTest.idl',
3835 'testing/GCObservation.idl', 3835 'testing/GCObservation.idl',
3836 'testing/GarbageCollectedScriptWrappable.idl', 3836 'testing/GarbageCollectedScriptWrappable.idl',
3837 'testing/InternalSettings.idl', 3837 'testing/InternalSettings.idl',
3838 'testing/LayerRect.idl', 3838 'testing/LayerRect.idl',
3839 'testing/LayerRectList.idl', 3839 'testing/LayerRectList.idl',
3840 'testing/PrivateScriptTest.idl', 3840 'testing/PrivateScriptTest.idl',
3841 'testing/TypeConversions.idl', 3841 'testing/TypeConversions.idl',
3842 'testing/UnionTypesTest.idl', 3842 'testing/UnionTypesTest.idl',
3843 'testing/WorkerInternals.idl',
3843 ], 3844 ],
3844 # testing IDL files that have partial interfaces in modules. 3845 # testing IDL files that have partial interfaces in modules.
3845 'webcore_testing_idl_with_modules_dependency_files': [ 3846 'webcore_testing_idl_with_modules_dependency_files': [
3846 'testing/Internals.idl', 3847 'testing/Internals.idl',
3847 ], 3848 ],
3848 'webcore_testing_dependency_idl_files': [ 3849 'webcore_testing_dependency_idl_files': [
3849 'origin_trials/testing/InternalsFrobulate.idl', 3850 'origin_trials/testing/InternalsFrobulate.idl',
3850 'testing/PartialPrivateScriptTest.idl', 3851 'testing/PartialPrivateScriptTest.idl',
3851 ], 3852 ],
3852 'generated_webcore_testing_idl_files': [ 3853 'generated_webcore_testing_idl_files': [
(...skipping 28 matching lines...) Expand all
3881 'testing/LayerRectList.h', 3882 'testing/LayerRectList.h',
3882 'testing/NullExecutionContext.cpp', 3883 'testing/NullExecutionContext.cpp',
3883 'testing/NullExecutionContext.h', 3884 'testing/NullExecutionContext.h',
3884 'testing/PrivateScriptTest.cpp', 3885 'testing/PrivateScriptTest.cpp',
3885 'testing/PrivateScriptTest.h', 3886 'testing/PrivateScriptTest.h',
3886 'testing/TypeConversions.h', 3887 'testing/TypeConversions.h',
3887 'testing/UnionTypesTest.cpp', 3888 'testing/UnionTypesTest.cpp',
3888 'testing/UnionTypesTest.h', 3889 'testing/UnionTypesTest.h',
3889 'testing/v8/WebCoreTestSupport.cpp', 3890 'testing/v8/WebCoreTestSupport.cpp',
3890 'testing/v8/WebCoreTestSupport.h', 3891 'testing/v8/WebCoreTestSupport.h',
3892 'testing/WorkerInternals.cpp',
3893 'testing/WorkerInternals.h',
3891 ], 3894 ],
3892 'core_unittest_files': [ 3895 'core_unittest_files': [
3893 'animation/AnimationClockTest.cpp', 3896 'animation/AnimationClockTest.cpp',
3894 'animation/AnimationInputHelpersTest.cpp', 3897 'animation/AnimationInputHelpersTest.cpp',
3895 'animation/AnimationEffectTest.cpp', 3898 'animation/AnimationEffectTest.cpp',
3896 'animation/AnimationTest.cpp', 3899 'animation/AnimationTest.cpp',
3897 'animation/AnimationStackTest.cpp', 3900 'animation/AnimationStackTest.cpp',
3898 'animation/KeyframeEffectTest.cpp', 3901 'animation/KeyframeEffectTest.cpp',
3899 'animation/AnimationTestHelper.cpp', 3902 'animation/AnimationTestHelper.cpp',
3900 'animation/AnimationTestHelper.h', 3903 'animation/AnimationTestHelper.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
4117 'svg/SVGPathParserTest.cpp', 4120 'svg/SVGPathParserTest.cpp',
4118 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4121 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4119 'testing/PrivateScriptTestTest.cpp', 4122 'testing/PrivateScriptTestTest.cpp',
4120 'timing/MemoryInfoTest.cpp', 4123 'timing/MemoryInfoTest.cpp',
4121 'workers/WorkerThreadTest.cpp', 4124 'workers/WorkerThreadTest.cpp',
4122 'workers/WorkerThreadTestHelper.h', 4125 'workers/WorkerThreadTestHelper.h',
4123 'xml/parser/SharedBufferReaderTest.cpp', 4126 'xml/parser/SharedBufferReaderTest.cpp',
4124 ], 4127 ],
4125 } 4128 }
4126 } 4129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698